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.
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users