mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 10:36:11 -05:00
reduce SSH liveness check timeout to ~2 minutes
This commit is contained in:
parent
01201c0ece
commit
66c512b65f
@ -4,7 +4,7 @@ Include /etc/ssh/ssh_config.d/*.conf
|
||||
IPQoS af21 af11
|
||||
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 10
|
||||
ServerAliveCountMax 2
|
||||
TCPKeepAlive no
|
||||
|
||||
VerifyHostKeyDNS ask
|
||||
|
@ -102,7 +102,7 @@ TCPKeepAlive no
|
||||
#PermitUserEnvironment no
|
||||
#Compression delayed
|
||||
ClientAliveInterval 60
|
||||
ClientAliveCountMax 10
|
||||
ClientAliveCountMax 2
|
||||
#UseDNS no
|
||||
#PidFile /run/sshd.pid
|
||||
MaxStartups 4096
|
||||
|
Loading…
Reference in New Issue
Block a user