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

View File

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