diff options
author | June McEnroe <june@causal.agency> | 2018-12-25 16:35:11 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-25 16:35:11 -0500 |
commit | 3d18c727006cf0aad3b38871051f4e963d16a805 (patch) | |
tree | b1af7a627ce438afd40d13a3d585f44ff0d2027c /sshd_config | |
parent | Add chroot target (diff) | |
download | play-3d18c727006cf0aad3b38871051f4e963d16a805.tar.gz play-3d18c727006cf0aad3b38871051f4e963d16a805.zip |
Add sample sshd_config
Diffstat (limited to 'sshd_config')
-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..3d0842b --- /dev/null +++ b/sshd_config @@ -0,0 +1,13 @@ +UsePAM no + +Match User play + PasswordAuthentication yes + PermitEmptyPasswords yes + ChrootDirectory /home/play + ForceCommand play + + AllowAgentForwarding no + AllowTcpForwarding no + AllowStreamLocalForwarding no + MaxSessions 1 + X11Forwarding no |