bundlewrap/bundles/ssh/files/sshd_config
mwiegand e8932df0cb wip
2021-07-13 00:42:25 +02:00

21 lines
426 B
Text

Port 22
AddressFamily any
ListenAddress 0.0.0.0
ListenAddress ::
PermitRootLogin prohibit-password
StrictModes yes
MaxAuthTries 10
MaxSessions 255
PubkeyAuthentication yes
PasswordAuthentication no
ChallengeResponseAuthentication no
AuthorizedKeysFile .ssh/authorized_keys
UsePAM yes
PermitTTY yes
TCPKeepAlive yes
ClientAliveInterval 30
ClientAliveCountMax 5
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server