mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 07:23:07 +00:00
Rule 5.2.20 expects values different than 0, but previous form of the task was setting CountMax to 0
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
3fe681c0d2
commit
a84cf8f771
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ rhel9cis_logrotate: "daily"
|
|||
rhel9_cis_sshd_config_file: /etc/ssh/sshd_config
|
||||
|
||||
rhel9cis_sshd:
|
||||
clientalivecountmax: 0
|
||||
clientalivecountmax: 3
|
||||
clientaliveinterval: 900
|
||||
logingracetime: 60
|
||||
# WARNING: make sure you understand the precedence when working with these values!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue