Skip to content

Instantly share code, notes, and snippets.

@darkdiesel
Last active May 23, 2019 12:46
Show Gist options
  • Save darkdiesel/0864f25e14e53650467bddc3de4d8542 to your computer and use it in GitHub Desktop.
Save darkdiesel/0864f25e14e53650467bddc3de4d8542 to your computer and use it in GitHub Desktop.
SSH Key Generation
  1. Run git bash and go to the folder ~/.ssh
  2. If folder not exist create it by command mkdir ~/.ssh and enter to it
  3. Run comand ssh-keygen -t rsa -C "your.email@domain.tld" to generate key and set requested options
  4. Got to github, add content of file ~/.ssh/id_rsa.pub in ssh keys settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment