mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-04 19:40:48 -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
|
IPQoS af21 af11
|
||||||
|
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 10
|
ServerAliveCountMax 2
|
||||||
TCPKeepAlive no
|
TCPKeepAlive no
|
||||||
|
|
||||||
VerifyHostKeyDNS ask
|
VerifyHostKeyDNS ask
|
||||||
|
@ -102,7 +102,7 @@ TCPKeepAlive no
|
|||||||
#PermitUserEnvironment no
|
#PermitUserEnvironment no
|
||||||
#Compression delayed
|
#Compression delayed
|
||||||
ClientAliveInterval 60
|
ClientAliveInterval 60
|
||||||
ClientAliveCountMax 10
|
ClientAliveCountMax 2
|
||||||
#UseDNS no
|
#UseDNS no
|
||||||
#PidFile /run/sshd.pid
|
#PidFile /run/sshd.pid
|
||||||
MaxStartups 4096
|
MaxStartups 4096
|
||||||
|
Loading…
Reference in New Issue
Block a user