summaryrefslogtreecommitdiff
path: root/EndoForge/src/sshd_config
blob: f89a47dd84a181e34eefc479e19c53ea35ecc0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is an sshd_config for running OpenSSH as an unprivileged user on a
# non-standard port.
Port=22022

# This setting completely opens up access:
AuthorizedKeysCommand=/bin/echo %t %k

# This closes it back up:
ForceCommand=
DisableForwarding=yes

AuthenticationMethods publickey
AuthorizedKeysCommandUser=
ExposeAuthInfo=yes

HostKey=
PidFile=

AcceptEnv LANG LC_*
UsePAM no
PermitTTY no
ChrootDirectory=none