-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Known bug: ssh rsa negotiation issue #409
Labels
Comments
Is there an ETA on this? |
It's blocked on the Go project, ask them. :) |
This is now implemented in golang.org/x/crypto v0.3.0. |
Thanks for the ping! Need to do a dep update and release bump soon. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an extended negotiation format for selecting specific encryption algorithms (RFC-3808). Go's x/crypto/ssh package does not fully implement it yet.
Related issue: golang/go#49269
Once that issue is fixed, we can update our dependency and ssh-chat should work.
Subscribe to this thread for ssh-chat updates on the matter. :)
The text was updated successfully, but these errors were encountered: