summaryrefslogtreecommitdiff
path: root/EndoForge/src/sshd_config
blob: de34cd4cef407c23e196df5b1c1bdcdfda81130b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This allows completely open access:
AuthorizedKeysCommand=/bin/echo %t %k
# Only this closes it back up:
ForceCommand=/home/u/.ssh/AnonymousAccessCommand

AuthenticationMethods publickey
AuthorizedKeysCommandUser=u
ExposeAuthInfo=yes

Port=22022
HostKey=/home/u/.ssh/id_ed25519
PidFile=/home/u/.ssh/sshd.pid

AcceptEnv LANG LC_*
UsePAM no
PermitTTY no
ChrootDirectory=none