Hi,
I’m trying create an ssh connection on my wyse V50 using the public key that was provided with the system. I copied the public key to the .ssh/authorized_keys2 file of the computer I want to ssh.
Every time I try to ssh to the remote computer it gives me a popup that says “The authenticity of host xxx.xxx.xxx.xxx can’t be established . RSA key fingerprint is xx:xx:xx:xx: are you sure you want to continue connecting(yes/no)” after click yes, then I get a pop up asking me for the password.
I don’t have any user set up, and my default guest user has high privileges.
I can’t figure out what I’m missing, I have this authentication set up in all my regular linux boxes and works like a charm.
Thanks