diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 02:37:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 02:37:15 +0000 |
commit | 7b4c8352dbd09312186f62fd2db4dec83e16d071 (patch) | |
tree | 4ffa4d16cdc77b82129194090e14a3b9f799095e /modules | |
parent | 65fbf164b19bbc6b59c5fc411e850a03bb07d85c (diff) | |
download | puppet-7b4c8352dbd09312186f62fd2db4dec83e16d071.tar puppet-7b4c8352dbd09312186f62fd2db4dec83e16d071.tar.gz puppet-7b4c8352dbd09312186f62fd2db4dec83e16d071.tar.bz2 puppet-7b4c8352dbd09312186f62fd2db4dec83e16d071.tar.xz puppet-7b4c8352dbd09312186f62fd2db4dec83e16d071.zip |
disable tcp forwarding, so people cannot use our svn server to bounce to others server
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openssh/templates/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config index f478e0e4..27eee0f1 100644 --- a/modules/openssh/templates/sshd_config +++ b/modules/openssh/templates/sshd_config @@ -90,7 +90,7 @@ AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT AcceptEnv LC_IDENTIFICATION LC_ALL #AllowAgentForwarding yes -#AllowTcpForwarding yes +AllowTcpForwarding no #GatewayPorts no X11Forwarding yes #X11DisplayOffset 10 |