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

userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] #38

Open
commonism opened this issue Jun 19, 2023 · 0 comments

Comments

@commonism
Copy link

commonism commented Jun 19, 2023

OpenSSH 8.8 deprecated using ssh-rsa.
golang/crypto/ssh does not play nice with OpenSSH 8.8.

Using tobischo/gocrypto@a878079 it works.

go mod edit -replace golang.org/x/crypto=github.com/tobischo/gocrypto@a878079a19cdba9b9da3ce57de2c4c9cb43b7ea3
go mod tidy
CGO_ENABLED=0 go build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant