From 7b4c8352dbd09312186f62fd2db4dec83e16d071 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 7 Jan 2011 02:37:15 +0000 Subject: disable tcp forwarding, so people cannot use our svn server to bounce to others server --- modules/openssh/templates/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1