Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save limay/ed35e2c2df27937b3d53481f6b464e6d to your computer and use it in GitHub Desktop.

Select an option

Save limay/ed35e2c2df27937b3d53481f6b464e6d 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