sshj icon indicating copy to clipboard operation
sshj copied to clipboard

No initialization of public key depending on constructor usage of file key provider

Open dkocher opened this issue 2 years ago • 0 comments

We had an issue ^1 that we failed to initialize the public key required for connections using certificates for authentication. This is caused by the implementation of OpenSSHKeyV1KeyFile and OpenSSHKeyFile requiring to use a particular constructor to make sure an attempt is made to initialize the public key ^2 .

dkocher avatar Oct 23 '23 19:10 dkocher