mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Remove override disabling DH-GEX.
The DH-GEX override doesn't work when build without OpenSSL, and we'll prefer curve25519 these days, removing the need for it.
This commit is contained in:
parent
061407efc1
commit
0967a233b8
@ -14,8 +14,8 @@ macs="$macs `${SSH} -Q cipher-auth`"
|
|||||||
|
|
||||||
# avoid DH group exchange as the extra traffic makes it harder to get the
|
# avoid DH group exchange as the extra traffic makes it harder to get the
|
||||||
# offset into the stream right.
|
# offset into the stream right.
|
||||||
echo "KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1" \
|
#echo "KexAlgorithms -diffie-hellman-group*" \
|
||||||
>> $OBJ/ssh_proxy
|
# >> $OBJ/ssh_proxy
|
||||||
|
|
||||||
# sshd-command for proxy (see test-exec.sh)
|
# sshd-command for proxy (see test-exec.sh)
|
||||||
cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy"
|
cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user