fix(sshd_config): recommended keepalive values
This commit is contained in:
parent
ef02f845dc
commit
45e8883cae
|
@ -25,3 +25,6 @@ PermitTTY no
|
||||||
PrintMotd no
|
PrintMotd no
|
||||||
PermitTunnel no
|
PermitTunnel no
|
||||||
Subsystem sftp /bin/false
|
Subsystem sftp /bin/false
|
||||||
|
|
||||||
|
ClientAliveInterval 10
|
||||||
|
ClientAliveCountMax 30
|
||||||
|
|
Loading…
Reference in a new issue