fix(sshd_config): recommended keepalive values

This commit is contained in:
nold 2022-11-24 16:22:39 +01:00
parent ef02f845dc
commit 13c6254601

View file

@ -25,3 +25,6 @@ PermitTTY no
PrintMotd no
PermitTunnel no
Subsystem sftp /bin/false
ClientAliveInterval 10
ClientAliveCountMax 30