From c0c0ef464471363f5f57d9e358648b9ca747bd6e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 20 Aug 2018 16:06:46 -0400 Subject: Add sample 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..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 -- cgit 1.4.1