mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-02 03:26:10 -04:00
sshd: switch to SSH protocol keep alive
This commit is contained in:
parent
d47d1569e5
commit
f0f6b9d993
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue