[JSch-users] JSchException invalid privatekey with openssh-7.8
Status: Alpha
Brought to you by:
ymnk
|
From: <307...@qq...> - 2019-03-14 09:36:12
|
Look at lines 633-665, and in particular lines 638-644. It looks like keys in formats DSA, RSA, ECDSA, and SSH are supported, but there's no indication that OPENSSH keys are supported.https://www.openssh.com/txt/release-7.8 ssh-keygen(1): write OpenSSH format private keys by default instead of using OpenSSL's PEM format.OpenSSH format -----BEGIN OPENSSH PRIVATE KEY----- ... -----BEGIN OPENSSH PRIVATE KEY----- OpenSSL's PEM format -----BEGIN RSA PRIVATE KEY----- ... -----BEGIN RSA PRIVATE KEY-----Which version do you plan to fix this issue? Thanks for the help. |