From d53e3ed350114e094322162a7984010214acb7e4 Mon Sep 17 00:00:00 2001 From: Pruteanu Date: Wed, 21 Feb 2024 14:05:33 +0200 Subject: [PATCH] Adding CIS default expectation for ClientAliveInterval Signed-off-by: Pruteanu --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index ad07f10..357e16d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1028,7 +1028,7 @@ rhel9cis_sshd: # 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. - clientaliveinterval: 900 + clientaliveinterval: 15 # This variable specifies the amount of seconds allowed for successful authentication to # the SSH server. logingracetime: 60