Skip to content

Instantly share code, notes, and snippets.

@polupraneeth
Created January 29, 2020 22:49
Show Gist options
  • Save polupraneeth/3ecf40a2573aafad4fd150141ba634f6 to your computer and use it in GitHub Desktop.
Save polupraneeth/3ecf40a2573aafad4fd150141ba634f6 to your computer and use it in GitHub Desktop.
Login GitBash via ssh
  1. genrate a SSh key from gitbash
    ssh-keygen -t rsa
  2. copy past the public key into the github ui setting -> SSH
    cat ~/.ssh/id_rsa.pub
  3. verify user name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment