You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
there is an issue in the init method of OpenSSHKeyV1KeyFile - it'0s checking the "pubKey" on null, instead of the "publicKey" which is passed to the method. Like this, the pubKey stays null always.
Thanks for checking,
Katja
Hi there,
there is an issue in the init method of OpenSSHKeyV1KeyFile - it'0s checking the "pubKey" on null, instead of the "publicKey" which is passed to the method. Like this, the pubKey stays null always.
Thanks for checking,
Katja
sshj/src/main/java/com/hierynomus/sshj/userauth/keyprovider/OpenSSHKeyV1KeyFile.java
Line 124 in 31ed354
The text was updated successfully, but these errors were encountered: