summaryrefslogtreecommitdiff
path: root/system/libssh2/fix-tests.patch
blob: 29f554991df7e695302d4c0152b65604bc8e1703 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 &