diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 23:39:39 +0100 |
commit | 767ee84d3465b6d244a9108de5c167a9ab866df9 (patch) | |
tree | 69b14ef6a62d7f133298a21d2ad6046f130b7801 /regress/integrity.sh | |
parent | ddeaf9ee7d5c6612b88f1c4a83fc6fbccb93bf60 (diff) | |
parent | efef12825b9582c1710da3b7e50135870963d4f4 (diff) |
New upstream release (8.1p1)
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r-- | regress/integrity.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh index 3eda40f0a..5ba6bf6ab 100644 --- a/regress/integrity.sh +++ b/regress/integrity.sh | |||
@@ -14,8 +14,8 @@ macs="$macs `${SSH} -Q cipher-auth`" | |||
14 | 14 | ||
15 | # avoid DH group exchange as the extra traffic makes it harder to get the | 15 | # avoid DH group exchange as the extra traffic makes it harder to get the |
16 | # offset into the stream right. | 16 | # offset into the stream right. |
17 | echo "KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1" \ | 17 | #echo "KexAlgorithms -diffie-hellman-group*" \ |
18 | >> $OBJ/ssh_proxy | 18 | # >> $OBJ/ssh_proxy |
19 | 19 | ||
20 | # sshd-command for proxy (see test-exec.sh) | 20 | # sshd-command for proxy (see test-exec.sh) |
21 | cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" | 21 | cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" |