Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erfanrocker/51ded4aae02aa748c0ef95158a7bf45a to your computer and use it in GitHub Desktop.
Save erfanrocker/51ded4aae02aa748c0ef95158a7bf45a 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