Add SSH key in GitHub -


i have created ssh keys in computer , copied contents of id_rsa.pub github. ssh- , rsa can't on same line.

ssh- rsa 

when press delete, '-' deleted, , ssh , rsa @ same line. input '-', situation go back.

because of ,i can't add ssh keys github.

i'd have see doing sure, able add github ssh key doing following:

  1. use puttygen.exe generate new public/private key pair.
  2. save public key id_rsa.pub.
  3. open id_rsa.pub in text editor.
  4. copy lines make key.
    • do not copy comment line or begin ssh2 , end ssh2 public key lines!
  5. log github.
  6. click profile pic , click "settings".
  7. click "ssh , gpg keys" option.
  8. add "ssh-rsa " (don't forget space after rsa) front of key text.

this worked me without issue. hoping helps.

enter image description here


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -