Skip to content

Instantly share code, notes, and snippets.

@jimmylatreille
Created June 11, 2015 14:55
Show Gist options
  • Save jimmylatreille/0f1a5595575be9b94aac to your computer and use it in GitHub Desktop.
Save jimmylatreille/0f1a5595575be9b94aac to your computer and use it in GitHub Desktop.
Generate and get RSA SSH KEY
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
cat ~/.ssh/id_rsa.pub | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment