From 42f0ce406f22067f73e3d3fedca035268d0f00b2 Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Tue, 6 Feb 2024 21:12:07 +0200 Subject: [PATCH] Fixing conflicts caused by docs addition <> default value changed, thrown during Rebase Signed-off-by: Ionut Pruteanu --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 5d47fa2..ad07f10 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1024,7 +1024,7 @@ rhel9cis_sshd: # 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 # inactive and thus, closed. - clientalivecountmax: 0 + clientalivecountmax: 3 # 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 # keep the connection alive and prevent it being terminated due to inactivity.