The Blog of a Programmer
How-to Display a Debian Server’s RSA Fingerprint
Need to verify a rsa host fingerprint for a debian server? Have someone connect and run the following command:
ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
Need to verify a rsa host fingerprint for a debian server? Have someone connect and run the following command:
ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key