Skip to content

Instantly share code, notes, and snippets.

@chrissuperduper
Created January 12, 2016 09:07
Show Gist options
  • Save chrissuperduper/d53ce3d76989661b98ce to your computer and use it in GitHub Desktop.
Save chrissuperduper/d53ce3d76989661b98ce to your computer and use it in GitHub Desktop.
Generate a new SSH key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
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