summaryrefslogtreecommitdiff
path: root/EndoForge/src/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/src/sshd_config')
-rw-r--r--EndoForge/src/sshd_config17
1 files changed, 17 insertions, 0 deletions
diff --git a/EndoForge/src/sshd_config b/EndoForge/src/sshd_config
new file mode 100644
index 0000000..de34cd4
--- /dev/null
+++ b/EndoForge/src/sshd_config
@@ -0,0 +1,17 @@
1# This allows completely open access:
2AuthorizedKeysCommand=/bin/echo %t %k
3# Only this closes it back up:
4ForceCommand=/home/u/.ssh/AnonymousAccessCommand
5
6AuthenticationMethods publickey
7AuthorizedKeysCommandUser=u
8ExposeAuthInfo=yes
9
10Port=22022
11HostKey=/home/u/.ssh/id_ed25519
12PidFile=/home/u/.ssh/sshd.pid
13
14AcceptEnv LANG LC_*
15UsePAM no
16PermitTTY no
17ChrootDirectory=none