--- libssh2-1.9.0/tests/ssh2.sh.old 2022-04-27 23:22:54.532007741 -0500 +++ libssh2-1.9.0/tests/ssh2.sh 2022-04-27 23:34:30.501706060 -0500 @@ -27,6 +27,8 @@ -o "AuthorizedKeysFile $srcdir/etc/user.pub" \ -o 'UsePrivilegeSeparation no' \ -o 'StrictModes no' \ + -o 'HostkeyAlgorithms +ssh-rsa' \ + -o 'PubkeyAcceptedAlgorithms +ssh-rsa' \ -D \ -e \ $libssh2_sshd_params &