-
Notifications
You must be signed in to change notification settings - Fork 671
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
Server publickey auth method stopped working #1289
Comments
Perhaps there is something wrong with the key you're trying to use (e.g. permissions). You can try adding |
Thanks @mscdex , I do notice now "no mutual signature algorithm" and found out SHA1 is deprecated. Generating ED25519 based keys did solve the problem - thanks a lot! |
The issue with the RSA key signature algorithm should be fixed soon, see #989. |
The aforementioned fix has now been committed and will be in a release soon. |
I'm using latest version of
ssh2
., I never receive a challenge for a public key. I've tried to login with several keys (RSA, DSA etc) - none is challenging the server.What am I missing here?
Thanks.
The text was updated successfully, but these errors were encountered: