Skip to content

Instantly share code, notes, and snippets.

@nisrulz
Last active August 29, 2015 14: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 nisrulz/7e92e2c5e81ca7ac0d6a to your computer and use it in GitHub Desktop.
Save nisrulz/7e92e2c5e81ca7ac0d6a to your computer and use it in GitHub Desktop.
Get SSH Public Key
#More info at : https://help.github.com/articles/generating-ssh-keys/
cat ~/.ssh/id_dsa.pub
@perpetual-hydrofoil
Copy link

cat ~/.ssh/id_*.pub

Includes RSA pub keys. (Could also just cat ~/.ssh/*.pub for all pub keys). Userify[1] has some good docs on key management. ;)

  1. https://userify.com

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