Skip to content

Instantly share code, notes, and snippets.

@ChrisLTD
Forked from hasssan/key-fingerprint
Last active December 2, 2018 23:19
Show Gist options
  • Save ChrisLTD/063a7bee190f624afda3b0c30d99dcbd to your computer and use it in GitHub Desktop.
Save ChrisLTD/063a7bee190f624afda3b0c30d99dcbd to your computer and use it in GitHub Desktop.
view your ssh public key's fingerprint; compare this to what Github has listed in the ssh key audit
# Old format
$ ssh-keygen -l -f ~/.ssh/id_rsa.pub
# New format
$ ssh-keygen -l -E md5 -f ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment