-
Notifications
You must be signed in to change notification settings - Fork 3.3k
deprecation/removal of ssh-rsa from PubKeyAcceptedTypes #10074
Description
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
The podman team recently tried to build Fedora 33 Beta images for use in our CI and we noticed SSH refused to connect and the daemon logs complained about not finding ssh-rsa in PubKeyAcceptedTypes. And this went away after making the relevant change in /etc/crypto-policies/back-ends/opensshserver.config.
Looks like Fedora 33 has removed ssh-rsa by default, and it's quite likely that other distros will as well, if not already.
It would be nice to not depend on ssh-rsa going forward.
@cevich Please correct me if I got anything wrong ^ 😄