From 118220957a1e60c58630766910d2a1db98287968 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 22 Feb 2018 12:32:14 -0500 Subject: Add sshd_config --- sshd_config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sshd_config diff --git a/sshd_config b/sshd_config new file mode 100644 index 0000000..35c7c8c --- /dev/null +++ b/sshd_config @@ -0,0 +1,13 @@ +UsePAM no + +Match User stream + PasswordAuthentication yes + PermitEmptyPasswords yes + ChrootDirectory /home/stream + ForceCommand view public/causal_agent + + AllowAgentForwarding no + AllowTcpForwarding no + AllowStreamLocalForwarding no + MaxSessions 1 + X11Forwarding no -- cgit 1.4.1