Skip to content

Instantly share code, notes, and snippets.

@chuckwagoncomputing
Forked from matthew-french/gist:4234076
Last active February 2, 2024 14:25
Show Gist options
  • Star 30 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save chuckwagoncomputing/4234127 to your computer and use it in GitHub Desktop.
Save chuckwagoncomputing/4234127 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
@chuckwagoncomputing
Copy link
Author

@staniya You'd better make yourself a new key. You deleted your comment, but the internet tends to remember things.

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