March 26, 2013
1:35 p.m.
Le mardi 26 mars 2013 à 09:03 -0500, Roger Serwy a écrit :
Also, what is the command to use on the server to get the public key fingerprint?
Run "ssh-keygen -lf /path/to/public/key.pub" for the RSA, DSA, and ECDSA keys.
$ ssh-keygen -lf /etc/ssh/ssh_host_ecdsa_key 256 63:75:9b:14:b7:b2:dc:e7:cd:42:d7:19:48:6a:68:8e root@gimager (ECDSA) $ ssh-keygen -lf /etc/ssh/ssh_host_rsa_key 1024 ec:98:fe:7b:e1:0f:88:c5:93:37:83:64:a4:cc:aa:01 root@boomslang (RSA) $ ssh-keygen -lf /etc/ssh/ssh_host_dsa_key 1024 d8:88:d2:5e:5f:1c:a3:f5:5f:ae:0e:d2:ec:f0:c8:a3 root@boomslang (DSA)
Regards
Antoine.