Skip to content

Instantly share code, notes, and snippets.

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 ortonomy/687e9985113aa6aabd8fd87840f6bcf4 to your computer and use it in GitHub Desktop.
Save ortonomy/687e9985113aa6aabd8fd87840f6bcf4 to your computer and use it in GitHub Desktop.
pbcopy ssh public key to your clipboard
#pbcopy < ~/.ssh/id_rsa.pub
#or
cat ~/.ssh/id_rsa.pub | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment