From 9579b63e1bac6747a8ff6dee8866fae5a90ee3a0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 15 Apr 2013 21:11:49 +0200 Subject: [PATCH 1/1] ssh_config: Use GatewayPorts no. --- ssh_config | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.1