mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
Fixing conflicts caused by docs addition <> default value changed, thrown during Rebase
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
d26d1162a7
commit
42f0ce406f
1 changed files with 1 additions and 1 deletions
|
|
@ -1024,7 +1024,7 @@ rhel9cis_sshd:
|
||||||
# This variable sets the maximum number of unresponsive "keep-alive" messages
|
# This variable sets the maximum number of unresponsive "keep-alive" messages
|
||||||
# that can be sent from the server to the client before the connection is considered
|
# that can be sent from the server to the client before the connection is considered
|
||||||
# inactive and thus, closed.
|
# inactive and thus, closed.
|
||||||
clientalivecountmax: 0
|
clientalivecountmax: 3
|
||||||
# This variable sets the time interval in seconds between sending "keep-alive"
|
# This variable sets the time interval in seconds between sending "keep-alive"
|
||||||
# messages from the server to the client. These types of messages are intended to
|
# messages from the server to the client. These types of messages are intended to
|
||||||
# keep the connection alive and prevent it being terminated due to inactivity.
|
# keep the connection alive and prevent it being terminated due to inactivity.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue