Topic: Cannot access git repository with ssh:// in Fedora 41

Today I updated my computer from Fedora 39 to Fedora 41, but after the update, I cannot push changes to the git repository of our project anymore. I'm getting these error messages:

$ LANG=C git push

ssh_dispatch_run_fatal: Connection to 212.85.158.6 port 22: error in libcrypto

fatal: Could not read from remote repository.

I already had "HostKeyAlgorithms=+ssh-rsa" in my ~/.ssh/config file, but seems like this is not sufficient enough anymore.

I got it working again by running "sudo update-crypto-policies --set LEGACY" on my computer, but I really would like to avoid running in legacy crypto mode. Is there another way to fix this e.g. via the ssh config file? Or is there a chance that the git server of Tuxfamily.org could get updated to a newer, less backlevel version? Thanks for any help!