-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Agent auth broken for rsa-sha2-* #470
Comments
Hey - thanks for the quick turn around! I just tried to test it with 0.50.3 but my example still doesn't work for me. Should I expect it to work? Also: if you send any algo for ed25519 keys, it will just hang? |
Yes, it works for me, both RSA and Ed25519. Could you grab a |
Sure! RSA key with Sha512 (= auto)
RSA key with Sha256 (manual override)
ED2559 hangs with auto hash alg
|
At least for the RSA keys, the server is rejecting the key before it's even used for signing (see: no msg type 60 reply) - looks like it's just not in authorized_keys for your user. |
The Ed25519 hang is now fixed - I just didn't test it correctly |
Regarding RSA, I see this error on the server (Dockerfile:
Which is a bit weird since
When it comes to supported algorithms in
|
Thanks - found and fixed another issue with it! |
Cool - thanks! I can confirm RSA works for me now. |
Originally posted by @ReSqAr in #468
The text was updated successfully, but these errors were encountered: