Skip to content
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

Closed
shazow opened this issue Feb 9, 2022 · 5 comments
Closed

Known bug: ssh rsa negotiation issue #409

shazow opened this issue Feb 9, 2022 · 5 comments

Comments

@shazow
Copy link
Owner

shazow commented Feb 9, 2022

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. :)

@camosoul
Copy link

Is there an ETA on this?
A way to force something specific in the mean time?

@shazow
Copy link
Owner Author

shazow commented Mar 11, 2022

It's blocked on the Go project, ask them. :)

@purplesyringa
Copy link

This is now implemented in golang.org/x/crypto v0.3.0.

@shazow shazow added the Soon label Nov 20, 2022
@shazow
Copy link
Owner Author

shazow commented Nov 20, 2022

Thanks for the ping! Need to do a dep update and release bump soon. :)

shazow added a commit that referenced this issue Nov 28, 2022
@shazow
Copy link
Owner Author

shazow commented Nov 28, 2022

I believe aaf0671 fixes this, just need to do a release. :) Sub to #418

@shazow shazow closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants