X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=6a2d79a29296e6642b86c58967cfd8d6f1ba4ac5;hb=bd7300f75b51e5ee9905d7f03095828b7bb70976;hp=31c8e6d915282f023369fd7261aaec082d3829fe;hpb=54b939db5b242e092c8dda9e36cf6555009a4c9d;p=config%2Fdotfiles.git 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