From: Yang Tse Date: Tue, 27 Nov 2007 00:52:30 +0000 (+0000) Subject: Explicitly disallow remote hosts to connect to local forwarded ports, X-Git-Tag: curl-7_18_0~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a418d290f14c8cec0764a3f8f7913b7e02e93831;p=thirdparty%2Fcurl.git Explicitly disallow remote hosts to connect to local forwarded ports, the socks server port in the test suite. This is the default setting unless a tinkered built ssh is being used. --- diff --git a/tests/sshserver.pl b/tests/sshserver.pl index 103ab142a7..77cd1f5420 100644 --- a/tests/sshserver.pl +++ b/tests/sshserver.pl @@ -290,6 +290,7 @@ CheckHostIP no Compression no ConnectTimeout 20 ForwardX11 no +GatewayPorts no HostbasedAuthentication yes NoHostAuthenticationForLocalhost no # Newer OpenSSH options