about summary refs log tree commit diff homepage
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-30 03:16:32 -0400
committerJune McEnroe <programble@gmail.com>2017-07-30 03:16:32 -0400
commit06f216e8523a623faa17f6c40459304b9a5d22b5 (patch)
tree3b7453efa3b7e10dbf0deef33f748b4cef65a44d /sshd_config
parentAdd termcap patch (diff)
downloadtorus-06f216e8523a623faa17f6c40459304b9a5d22b5.tar.gz
torus-06f216e8523a623faa17f6c40459304b9a5d22b5.zip
Add sshd_config
Diffstat (limited to '')
-rw-r--r--sshd_config13
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
45ec9858b3fa360291b7&follow=1'>Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe