From 3d18c727006cf0aad3b38871051f4e963d16a805 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 25 Dec 2018 16:35:11 -0500 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..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 -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/gfx/cocoa.m (unfollow)
Commit message (Expand)Author
2018-08-16Port all scripts to shJune McEnroe
2018-08-16Shorten .local ssh namesJune McEnroe
2018-08-16Export GPG_TTYJune McEnroe
2018-08-16Disable visual bell entirely in TerminalJune McEnroe
2018-08-16Rearrange kshrc, fix right promptJune McEnroe