From: Simon Ruderich Date: Mon, 15 Apr 2013 19:11:49 +0000 (+0200) Subject: ssh_config: Use GatewayPorts no. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=9579b63e1bac6747a8ff6dee8866fae5a90ee3a0 ssh_config: Use GatewayPorts no. --- diff --git a/ssh_config b/ssh_config index 31c8e6d..6a2d79a 100644 --- a/ssh_config +++ b/ssh_config @@ -48,6 +48,9 @@ Host * PasswordAuthentication yes PubkeyAuthentication yes +# Bind local forwardings to loopback only. This way no remote hosts can access +# them (default). + GatewayPorts no # Abort if not all requested port forwardings can be set up. ExitOnForwardFailure yes