mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
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.
This commit is contained in:
parent
08cb30801c
commit
a418d290f1
@ -290,6 +290,7 @@ CheckHostIP no
|
|||||||
Compression no
|
Compression no
|
||||||
ConnectTimeout 20
|
ConnectTimeout 20
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
GatewayPorts no
|
||||||
HostbasedAuthentication yes
|
HostbasedAuthentication yes
|
||||||
NoHostAuthenticationForLocalhost no
|
NoHostAuthenticationForLocalhost no
|
||||||
# Newer OpenSSH options
|
# Newer OpenSSH options
|
||||||
|
Loading…
Reference in New Issue
Block a user