summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scripts/sshd_config6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/sshd_config b/scripts/sshd_config
index 4669f7f..c7e99ec 100644
--- a/scripts/sshd_config
+++ b/scripts/sshd_config
@@ -5,9 +5,5 @@ Match User chat
 	PermitEmptyPasswords yes
 	ChrootDirectory /home/chat
 	ForceCommand catgirl-prompt
-
-	AllowAgentForwarding no
-	AllowTcpForwarding no
-	AllowStreamLocalForwarding no
+	DisableForwarding yes
 	MaxSessions 1
-	X11Forwarding no
ve mkshJune McEnroe 2020-05-07Emulate 1sh prompts in bashJune McEnroe 2020-05-07Update nvim MANPAGERJune McEnroe Not sure when this was added. Has the advantage of working properly in more versions of man(1) it seems. 2020-05-06Post "casual update"June McEnroe 2020-05-06Remove bman functionJune McEnroe