错误提示
Only SSH2 keys in OpenSSH format (DSA, RSA or ECDSA) or PuTTY private key *.ppk keys are supported.
解决方法
将ssh密钥转换成ssh2密钥
ssh-keygen -e -f id_rsa > id_rsa_ssh2
Only SSH2 keys in OpenSSH format (DSA, RSA or ECDSA) or PuTTY private key *.ppk keys are supported.
将ssh密钥转换成ssh2密钥
ssh-keygen -e -f id_rsa > id_rsa_ssh2