Skip to content

Instantly share code, notes, and snippets.

@breenie
Created April 4, 2017 08:48
Show Gist options
  • Select an option

  • Save breenie/dda68ba2c9a467dbefa696fb55d28fa4 to your computer and use it in GitHub Desktop.

Select an option

Save breenie/dda68ba2c9a467dbefa696fb55d28fa4 to your computer and use it in GitHub Desktop.
Get SSH key fingerprint
# Using MD5...
ssh-keygen -E md5 -lf ~/.ssh/id_rsa.pub
# Or not...
ssh-keygen -lf ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment