summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-22 12:32:14 -0500
committerJune McEnroe <programble@gmail.com>2018-02-22 12:32:14 -0500
commit118220957a1e60c58630766910d2a1db98287968 (patch)
tree76f908bd88ab2ee5c8671198fede315626464ddc
parentAdd chroot.tar target (diff)
downloadstream-118220957a1e60c58630766910d2a1db98287968.tar.gz
stream-118220957a1e60c58630766910d2a1db98287968.zip
Add sshd_config
-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..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
cebc8de8323e6b8c4ce0599cccd80352e3b54&follow=1'>Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe 2019-12-20Source .editrc before applying -v or -eJune McEnroe 2019-12-20Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe