sshd: switch to SSH protocol keep alive

This commit is contained in:
Daniel Micay 2023-02-10 11:19:56 -05:00
parent d47d1569e5
commit f0f6b9d993
1 changed files with 3 additions and 3 deletions

View File

@ -95,11 +95,11 @@ AllowAgentForwarding no
#PermitTTY yes
PrintMotd no
#PrintLastLog yes
#TCPKeepAlive yes
TCPKeepAlive no
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
ClientAliveInterval 60
ClientAliveCountMax 10
#UseDNS no
#PidFile /run/sshd.pid
PerSourceMaxStartups 1