Putty OpenSSH SSH-2 private key (old PEM format) 当使用putty登陆时,会提示这个错误,这是因为key的格式不兼容putty导致的,需要转换一下打开,点击导入,选择.pem文件,再选择保存私key 保存成ppk文件,然后打开putty 选择这个...ppk文件进行登录 ☆文章版权声明☆ * 网站名称:obaby@mars * 网址:https://h4ck....
To get the old format you have to add '-m PEM' to the keygen command. That should be a simple patch to the module code. I have found that the openssl_privatekey module generates the PEM format, and has similar options to openssh_keypair. If you need the corresponding public key, ...