mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Remove deprecated OpenSSH configuration options from ci/test.sh: - Protocol 2 (deprecated since OpenSSH 7.4) - RSAAuthentication (deprecated since OpenSSH 7.4) - ChallengeResponseAuthentication (deprecated since OpenSSH 9.6) - HostCertificate pointing to .pub file (invalid configuration) - Duplicate HostKey directive These options were causing warnings with OpenSSH 10.0 in Fedora Rawhide and preventing SSH tests from functioning properly. Tested with OpenSSH 10.0p2 on Fedora Rawhide.