Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Created August 15, 2019 05:44
Show Gist options
  • Save dotherightthing/161eb9c54e6a4607f43891bfdecd28d6 to your computer and use it in GitHub Desktop.
Save dotherightthing/161eb9c54e6a4607f43891bfdecd28d6 to your computer and use it in GitHub Desktop.
[Copy SSH Key to clipboard] #git

Copy SSH Key to clipboard

cat ~/.ssh/id_rsa.pub | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment