Skip to content

Instantly share code, notes, and snippets.

@corporatepiyush
Created September 4, 2017 09:23
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 corporatepiyush/1fc7ab753ad8064a1403faf4e43f0561 to your computer and use it in GitHub Desktop.
Save corporatepiyush/1fc7ab753ad8064a1403faf4e43f0561 to your computer and use it in GitHub Desktop.
List SSH Keys
for keyfile in ~/.ssh/id_*; do ssh-keygen -l -f "${keyfile}"; done | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment