about summary refs log tree commit diff
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 16:06:46 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 16:22:33 -0400
commitc0c0ef464471363f5f57d9e358648b9ca747bd6e (patch)
treef109f30bc71d5fd0b1a51f078f8000c64e2e4885 /sshd_config
parentAdd install target (diff)
downloadcatgirl-c0c0ef464471363f5f57d9e358648b9ca747bd6e.tar.gz
catgirl-c0c0ef464471363f5f57d9e358648b9ca747bd6e.zip
Add sample sshd_config
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config13
1 files changed, 13 insertions, 0 deletions
diff --git a/sshd_config b/sshd_config
new file mode 100644
index 0000000..98a70b6
--- /dev/null
+++ b/sshd_config
@@ -0,0 +1,13 @@
+UsePAM no
+
+Match User chat
+	PasswordAuthentication yes
+	PermitEmptyPasswords yes
+	ChrootDirectory /home/chat
+	ForceCommand chatte
+
+	AllowAgentForwarding no
+	AllowTcpForwarding no
+	AllowStreamLocalForwarding no
+	MaxSessions 1
+	X11Forwarding no