Skip to content

Instantly share code, notes, and snippets.

@mauvehed
Last active November 23, 2022 17:02
Show Gist options
  • Save mauvehed/ee51d56416ea5656c26df93bbd50f4e6 to your computer and use it in GitHub Desktop.
Save mauvehed/ee51d56416ea5656c26df93bbd50f4e6 to your computer and use it in GitHub Desktop.
Generate the crypto fingerprint of an SSH key

Generate SSH-KEY fingerprints

The New Way (SHA256)

ssh-keygen -l -f /path/to/id_rsa

The Old Way (MD5)

ssh-keygen -l -E md5 -f /path/to/id_rsa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment