You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSH plans to deprecate "ssh-rsa". Some distros are already moving in this direction. In particular, when STIGs are applied in RHEL, "ssh-rsa" is not allowed. Trouble is that golang.org/x/crypto SSH doesn't negotiate
There's work on going for this upstream e.g. https://go-review.googlesource.com/c/crypto/+/360195. With the latest (golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3), negotiating ssh with "ssh-rsa" deprecated does not work with RSA keys.
The text was updated successfully, but these errors were encountered:
Ran into this in #347.
OpenSSH plans to deprecate "ssh-rsa". Some distros are already moving in this direction. In particular, when STIGs are applied in RHEL, "ssh-rsa" is not allowed. Trouble is that golang.org/x/crypto SSH doesn't negotiate
There's work on going for this upstream e.g. https://go-review.googlesource.com/c/crypto/+/360195. With the latest (golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3), negotiating ssh with "ssh-rsa" deprecated does not work with RSA keys.
The text was updated successfully, but these errors were encountered: