“Key is invalid” message on GitHub

后端 未结 18 2238
爱一瞬间的悲伤
爱一瞬间的悲伤 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:47

    In windows,

    Just Copy the naked key data from key file and remove new lines. Write this below things in dialogue box to solve your problem. ssh-rsa Key

    NOTE : There is space between ssh-rsa and key

    And you are done.

提交回复
热议问题