ssh from solaris to solaris - TechRepublic
Question
March 17, 2007 at 10:00 AM
alice_rutherford

ssh from solaris to solaris

by alice_rutherford . Updated 19 years, 4 months ago

I just set up ssh from one solaris system to the other, is this expected behaviour:

$ ssh 182.177.5.105
The authenticity of host ‘182.177.5.105 (182.177.5.105)’ can’t be established.
RSA key fingerprint is 4e:31:2d:8f:e9:ca:00:45:7c:ff:a0:b0:ea:c5:91:c0.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘182.177.5.105’ (RSA) to the list of known hosts.
Enter passphrase for key ‘/export/home/unix1/.ssh/id_dsa’:
Last login: Sat Mar 17 11:49:28 2007 from 182.177.5.106
Sun Microsystems Inc. SunOS 5.10 Generic January 2005

as you can see I had set up dsa(on client) and then copied my publice key into the file authorized_keys in $HOME/.ssh on the server, however the server says rsa……

I have not been able to get ssh to work from windows(client) to solaris (using putty client)….

what is “key fingerprint”

This discussion is locked

All Comments