summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-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..3d0842b
--- /dev/null
+++ b/sshd_config
@@ -0,0 +1,13 @@
+UsePAM no
+
+Match User play
+	PasswordAuthentication yes
+	PermitEmptyPasswords yes
+	ChrootDirectory /home/play
+	ForceCommand play
+
+	AllowAgentForwarding no
+	AllowTcpForwarding no
+	AllowStreamLocalForwarding no
+	MaxSessions 1
+	X11Forwarding no