Skip to content

Instantly share code, notes, and snippets.

@marlocorridor
Forked from yosemitebandit/key-fingerprint
Created June 10, 2020 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marlocorridor/beb89fef16c4f5ab509dba6880fb514c to your computer and use it in GitHub Desktop.
Save marlocorridor/beb89fef16c4f5ab509dba6880fb514c 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
$ ssh-keygen -l -f /path/to/keys/id_rsa.pub
2048 aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99 id_rsa.pub (RSA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment