key_load_public: invalid format

前端 未结 10 2609
滥情空心
滥情空心 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:51

    In the case you copy your public key with clipboard and paste it, it may happen the public key string can be broken which contains new-line.

    Make sure your public key string formed as one line.

提交回复
热议问题