Skip to content

Instantly share code, notes, and snippets.

@rafaelgotts
Created March 14, 2018 13:11
Show Gist options
  • Select an option

  • Save rafaelgotts/6ad70f0e13a0cba48079386c58621684 to your computer and use it in GitHub Desktop.

Select an option

Save rafaelgotts/6ad70f0e13a0cba48079386c58621684 to your computer and use it in GitHub Desktop.
Get fingerprint in MD5 from RSA pubkey
# If you need check if your key by fingerprint (eg.: github)
# you can run this command
KEY_PATH=<path_to_pub_key>
ssh-keygen -lf $KEY_PATH -E md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment