Skip to content

Instantly share code, notes, and snippets.

@dmaynor
Created April 15, 2015 16:39
Show Gist options
  • Save dmaynor/3b168abd8ef62bc11d05 to your computer and use it in GitHub Desktop.
Save dmaynor/3b168abd8ef62bc11d05 to your computer and use it in GitHub Desktop.
git keygen steps (OSX)
ssh-keygen -t rsa -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
pbcopy < ~/.ssh/id_rsa.pub
ssh -T [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment