Skip to content

Instantly share code, notes, and snippets.

@pauiglesias
Created July 23, 2021 06:42
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 pauiglesias/cc66f390be6110c65fa7bb3787a30ffe to your computer and use it in GitHub Desktop.
Save pauiglesias/cc66f390be6110c65fa7bb3787a30ffe to your computer and use it in GitHub Desktop.
Shows the ssh key fingerprint in SHA256 or MD5 formats.
# Change id_rsa by your ~/.ssh private key file
# SHA256 version
ssh-keygen -l -f id_rsa
# MD5 version
ssh-keygen -l -E md5 -f id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment