From 9460cc38a87617f3551562b340053c0a7a6b85cd Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 30 Jul 2017 03:16:32 -0400 Subject: Add sshd_config --- sshd_config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sshd_config (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config new file mode 100644 index 0000000..9e48107 --- /dev/null +++ b/sshd_config @@ -0,0 +1,13 @@ +UsePAM no + +Match User torus + PasswordAuthentication yes + PermitEmptyPasswords yes + ChrootDirectory /home/torus + ForceCommand client + + AllowAgentForwarding no + AllowTcpForwarding no + AllowStreamLocalForwarding no + MaxSessions 1 + X11Forwarding no -- cgit 1.4.1