Last active
June 21, 2016 16:09
-
-
Save okeydoke/9bb63c9bed8d15d56ffd to your computer and use it in GitHub Desktop.
git ssh setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
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