Skip to content

Instantly share code, notes, and snippets.

@IgorHalfeld
Created October 17, 2016 22:34
Show Gist options
  • Save IgorHalfeld/fb84a50cb170b572b44c28ff1a0615e7 to your computer and use it in GitHub Desktop.
Save IgorHalfeld/fb84a50cb170b572b44c28ff1a0615e7 to your computer and use it in GitHub Desktop.
  • ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

  • Enter for all the questions

  • eval "$(ssh-agent -s)"

  • ssh-add ~/.ssh/id_rsa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment