On Wed, 7 Dec 2022 11:06:28 -0500 (EST)
Max Pyziur wrote:

> Any guidance would be appreciated; thank you.

I have no idea what any of that software is, but if it uses
rsync and/or ssh under the hood, the new ssh encryption restrictions
might not be able to talk to an older server. For an older server
I have to talk to, I have stuff like this in my ~/.ssh/config file

Host hostname.goes.here
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa

That tells ssh it is OK to use the ssh-rsa algorithm when talking
to "hostname.goes.here".
_______________________________________________
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