Skip to content

Instantly share code, notes, and snippets.

@rjoydip-zz
Created October 17, 2018 09:34
Show Gist options
  • Save rjoydip-zz/91574a77124b7ed5da21bb37b74930f1 to your computer and use it in GitHub Desktop.
Save rjoydip-zz/91574a77124b7ed5da21bb37b74930f1 to your computer and use it in GitHub Desktop.
github-ssh-keygen-on-windows

How to generate ssh key and configure it in github on windows

Please folow below steps carefully.

Steps

  • Open your bash terminal
  • Type ssh-keygen -o
  • Follow ssh keygen setps
  • Go to /c/Users/<USERNAME>/.ssh
  • Type cat id_rsa.pub
  • Copy that key
  • Go to the https://github.com/settings/keys
  • Add New SSH key with the title
  • Paste the key and add that
  • Test you key is working or not by ssh -T git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment