-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CentOS Stream 9 and ssh-rsa #14001
Comments
alright, so looks like GCE's c9s instances have crypto-policies set to |
@jwboyer This seems to be resolved in main branch of podman (I suspect in the recent update to golang.org/x/crypto/ssh which also included support for sha2). Our |
so afaict, backporting the right commit to v4.0-rhel branch should suffice. |
Closing this. Issue is resolved upstream and fix will land in CentOS whenever we're ready to build. |
Yep, I tried this again today using a CentOS Stream 9 VM trying to
podman image scp
to a RHEL 9 Beta machine using a 2048 bit RSA key.CentOS Stream 9 machine info
SSH connection with the key working:
Podman connection add
podman image scp failing with handshake issue
RHEL 9 VM info
As you can see, an SSH works fine between the machines with the same key, but
podman image scp
fails with the handshake issue. RSA keys aren't deprecated in CS9/RHEL9 and the regular ssh connection works fine.Originally posted by @jwboyer in #8323 (comment)
The text was updated successfully, but these errors were encountered: