-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
password ssh login must using PreferredAuthentications=password
param
#996
Comments
I think the problem is that the line parsing the Public Key throws an error, which causes the client to stop trying other auth methods. The error was thrown due to a change in the parse behavior in russh-keys crate. |
The problem is solved when |
Which public key types does your client try to offer? (you can verify it with |
|
Thanks - it's specifically CA-signed RSA keys that crash |
without
PreferredAuthentications=password
with
PreferredAuthentications=password
The text was updated successfully, but these errors were encountered: