Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChristianBraybrooke/55ae52becb114e43b9e8b80838006f3e to your computer and use it in GitHub Desktop.
Save ChristianBraybrooke/55ae52becb114e43b9e8b80838006f3e to your computer and use it in GitHub Desktop.
SSH Key Stuff
// Create new ssh key
ssh-keygen -t rsa -b 4906
// Add to keychain and load
ssh-add -K ~/.ssh/id_rsa
// Copy ssh key
pbcopy < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment