key_load_public: invalid format

前端 未结 10 2635
滥情空心
滥情空心 2020-12-22 15:23

I used PuTTY Key Generator to generate a 4096 bit RSA-2 key with a passphrase.

I save the .ppk and an openSSL format public key. The putty format public key doesn\'t

10条回答
  •  抹茶落季
    2020-12-22 15:55

    It seems that ssh cannot read your public key. But that doesn't matter.

    You upload your public key to github, but you authenticate using your private key. See e.g. the FILES section in ssh(1).

提交回复
热议问题