-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No initialization of public key depending on constructor usage of file key provider #907
Comments
dkocher
added a commit
to iterate-ch/sshj
that referenced
this issue
Oct 23, 2023
…d properly initialize. Resolves hierynomus#907.
dkocher
added a commit
to iterate-ch/sshj
that referenced
this issue
Oct 23, 2023
…d properly initialize. Resolves hierynomus#907.
dkocher
added a commit
to iterate-ch/sshj
that referenced
this issue
Oct 23, 2023
…d properly initialize. Resolves hierynomus#907.
dkocher
added a commit
to iterate-ch/sshj
that referenced
this issue
Oct 23, 2023
…d properly initialize. Resolves hierynomus#907.
dkocher
added a commit
to iterate-ch/sshj
that referenced
this issue
Oct 23, 2023
…d properly initialize. Resolves hierynomus#907.
dkocher
added a commit
to iterate-ch/sshj
that referenced
this issue
Apr 29, 2024
…d properly initialize. Resolves hierynomus#907.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 .
Footnotes
Support OpenSSH with certificate user authentication iterate-ch/cyberduck#15183 ↩
https://github.com/hierynomus/sshj/blob/ff4a4774bd1e3d45e9e796c2b17ef835e7e6d67f/src/main/java/net/schmizz/sshj/userauth/keyprovider/OpenSSHKeyFile.java#L88-L92 ↩
The text was updated successfully, but these errors were encountered: