Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ortonomy/687e9985113aa6aabd8fd87840f6bcf4 to your computer and use it in GitHub Desktop.

Select an option

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