Tuesday, 22 May 2012

How to find out your SSH Fingerprint

The SSH fingerprint it a hash of your ssh key.  You can use it as a superficial method of comparing two SSH keys to check that they are (very probably) the same.

The command is: ssh-keygen -lf ~/.ssh/id_rsa.pub

No comments: