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

go.mod: golang.org/x/crypto v0.2.0 (Fix ssh: parse error in message type 27 with OpenSSH >= 8.9) #3274

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

AkihiroSuda
Copy link
Member

Fix #3273 (ssh: parse error in message type 27)

@AkihiroSuda AkihiroSuda changed the title go.mod: golang.org/x/crypto v0.2.0 go.mod: golang.org/x/crypto v0.2.0 (Fix ssh: parse error in message type 27 with OpenSSH >= 8.9) Nov 11, 2022
@AkihiroSuda

This comment was marked as resolved.

Fix issue 3273 (`ssh: parse error in message type 27`)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
@thaJeztah
Copy link
Member

It looks like the commit that fixes the issue (golang/crypto@bd7e27e) is also part of golang.org/x/crypto v0.1.0, so if we need this for v0.10, we could consider using v0.1.0 (for a smaller diff)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ssh: agent support is incompatible with OpenSSH >= 8.9 (ssh: parse error in message type 27)
3 participants