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:
Ionut Pruteanu 2024-02-06 20:42:39 +02:00
parent 3fe681c0d2
commit a84cf8f771
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -597,7 +597,7 @@ rhel9cis_logrotate: "daily"
rhel9_cis_sshd_config_file: /etc/ssh/sshd_config rhel9_cis_sshd_config_file: /etc/ssh/sshd_config
rhel9cis_sshd: rhel9cis_sshd:
clientalivecountmax: 0 clientalivecountmax: 3
clientaliveinterval: 900 clientaliveinterval: 900
logingracetime: 60 logingracetime: 60
# WARNING: make sure you understand the precedence when working with these values!! # WARNING: make sure you understand the precedence when working with these values!!