summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-25 00:40:00 -0400
committerJune McEnroe <june@causal.agency>2020-06-25 00:40:00 -0400
commit529028fe4a2973aaae466c294b43d8d59f380f9d (patch)
tree580f3e31e17a12c0774ba21aab69ad0da495f0b7 /scripts
parentBump ParamCap to 254 (diff)
downloadcatgirl-529028fe4a2973aaae466c294b43d8d59f380f9d.tar.gz
catgirl-529028fe4a2973aaae466c294b43d8d59f380f9d.zip
Use DisableForwarding in sshd_config
Diffstat (limited to 'scripts')
-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
2020-06-07Call static_assert by _Static_assertJune McEnroe OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? 2020-06-07Add OpenBSD to install.shJune McEnroe Straightforward. 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe