diff options
author | Yang Tse <yangsita@gmail.com> | 2007-11-27 00:52:30 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-11-27 00:52:30 +0000 |
commit | a418d290f14c8cec0764a3f8f7913b7e02e93831 (patch) | |
tree | 8158a369c1a2411bc44034a3ebcb3d7bb86ed921 /tests/sshserver.pl | |
parent | 08cb30801c79de24ca7e40cf1d6a94df94ee2b4b (diff) | |
download | curl-a418d290f14c8cec0764a3f8f7913b7e02e93831.tar.gz |
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.
Diffstat (limited to 'tests/sshserver.pl')
-rw-r--r-- | tests/sshserver.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl index 103ab142a..77cd1f542 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 |