Created
January 12, 2016 09:07
-
-
Save chrissuperduper/d53ce3d76989661b98ce to your computer and use it in GitHub Desktop.
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
Generate a new SSH key | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
Add your SSH key to the ssh-agent: | |
ssh-add ~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment