List an SSH Key's Fingerprint
22 Nov 2017
GitHub lists SSH keys by their MD5-formatted fingerprints. Here's how to list those fingerprints for your SSH keys. Despite using `ssh-keygen`, don't worry; you are not generating a new key.
ssh-keygen -E md5 -lf $HOME/.ssh/id_rsa.pub