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:
- use puttygen.exe generate new public/private key pair.
- save public key id_rsa.pub.
- open id_rsa.pub in text editor.
- copy lines make key.
- do not copy comment line or begin ssh2 , end ssh2 public key lines!
- log github.
- click profile pic , click "settings".
- click "ssh , gpg keys" option.
- add "ssh-rsa " (don't forget space after rsa) front of key text.
this worked me without issue. hoping helps.
Comments
Post a Comment