mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[SSH-7408] set default 'delayed' compression as a sane value
This commit is contained in:
parent
053535ec37
commit
76b4afb14d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
SSHOPS="AllowTcpForwarding:NO,LOCAL,YES:=\
|
||||
ClientAliveCountMax:2,4,16:<\
|
||||
ClientAliveInterval:300,600,900:<\
|
||||
Compression:NO,DELAYED,YES:=\
|
||||
Compression:(DELAYED|NO),,YES:=\
|
||||
FingerprintHash:SHA256,MD5,:=\
|
||||
GatewayPorts:NO,,YES:=\
|
||||
IgnoreRhosts:YES,,NO:=\
|
||||
|
|
|
|||
Loading…
Reference in a new issue