On Sunday, August 13, 2023 5:23:51 PM EDT François Patte wrote:
> Since I upgraded to f38 it is impossible to connect to a machine using 
> ssh rsa-key....

The RSA algorithm is considered too weak to be safe and has been
disabled in the ssh program.

The work-around if you cannot convert to, say, ECDSA keys, would be to
re-enable RSA keys by adding this to your ~/.ssh/config file:

    PubkeyAcceptedKeyTypes +ssh-rsa

-- 
Garry T. Williams


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to