mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
sshd: switch to SSH protocol keep alive
This commit is contained in:
parent
d47d1569e5
commit
f0f6b9d993
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user