summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/sshd_config
blob: 22738051b01fb70dfbb300437f6bce31e41a232d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Port=22022

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

AuthorizedKeysCommandUser=u
AuthorizedKeysCommand=/home/u/.ssh/AuthorizedKeysCommand %u %h %f "%t %k"
ExposeAuthInfo=yes

AuthenticationMethods publickey
AcceptEnv LANG LC_*
Subsystem	sftp /usr/lib/openssh/sftp-server
UsePAM no
PermitTTY no
ChrootDirectory=none