Skip to content

Instantly share code, notes, and snippets.

@okeydoke
Last active June 21, 2016 16:09
Show Gist options
  • Save okeydoke/9bb63c9bed8d15d56ffd to your computer and use it in GitHub Desktop.
Save okeydoke/9bb63c9bed8d15d56ffd to your computer and use it in GitHub Desktop.
git ssh setup
ssh-keygen -t rsa -b 4096 -C "jesse@okeydoke.net"
ssh-add ~/.ssh/id_rsa
eval "$(ssh-agent -s)" (windows)
clip < ~/.ssh/id_rsa.pub
https://github.com/settings/ssh
https://help.github.com/articles/working-with-ssh-key-passphrases/#auto-launching-ssh-agent-on-msysgit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment