Skip to content

Instantly share code, notes, and snippets.

@corporatepiyush
Created September 4, 2017 09:23
Embed
What would you like to do?
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