summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--sshd_config6
1 files changed, 1 insertions, 5 deletions
diff --git a/sshd_config b/sshd_config
index 3d0842b..2564587 100644
--- a/sshd_config
+++ b/sshd_config
@@ -5,9 +5,5 @@ Match User play
 	PermitEmptyPasswords yes
 	ChrootDirectory /home/play
 	ForceCommand play
-
-	AllowAgentForwarding no
-	AllowTcpForwarding no
-	AllowStreamLocalForwarding no
+	DisableForwarding yes
 	MaxSessions 1
-	X11Forwarding no