“Key is invalid” message on GitHub

后端 未结 18 1997
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 01:49

I have generated SSH keys for a new server installation according to the procedure outlined here. However, when I copy the contents of id_rsa.pub to my keys list on

18条回答
  •  囚心锁ツ
    2021-01-30 02:51

    If you using Sublime you can see ssh-key correctly. Check if there is any id_rsa.pub

    ls -al ~/.ssh
    

    If it is in place open it with sublime text

    sudo subl /home/user_name/.ssh/id_rsa.pub
    

    Then copy and paste your public ssh key.

提交回复
热议问题