diff options
author | June McEnroe <june@causal.agency> | 2017-07-30 03:16:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-07-30 03:16:32 -0400 |
commit | 9460cc38a87617f3551562b340053c0a7a6b85cd (patch) | |
tree | 52cad57bb54f223211b28706cfce33a96b3224eb /sshd_config | |
parent | Add termcap patch (diff) | |
download | torus-9460cc38a87617f3551562b340053c0a7a6b85cd.tar.gz torus-9460cc38a87617f3551562b340053c0a7a6b85cd.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..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 |