diff options
author | June McEnroe <programble@gmail.com> | 2018-02-22 12:32:14 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-22 12:32:14 -0500 |
commit | 118220957a1e60c58630766910d2a1db98287968 (patch) | |
tree | 76f908bd88ab2ee5c8671198fede315626464ddc /sshd_config | |
parent | Add chroot.tar target (diff) | |
download | stream-118220957a1e60c58630766910d2a1db98287968.tar.gz stream-118220957a1e60c58630766910d2a1db98287968.zip |
Add sshd_config
Diffstat (limited to '')
-rw-r--r-- | sshd_config | 13 |
1 files changed, 13 insertions, 0 deletions
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 |