From 9ddbe3e5287bd0215e8fbcff2b8cd87cfbc5b3a5 Mon Sep 17 00:00:00 2001 From: Allen Golbig Date: Tue, 24 May 2022 16:28:11 -0400 Subject: [PATCH] fixed odv rule --- rules/os/os_ssh_server_alive_interval_configure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/os/os_ssh_server_alive_interval_configure.yaml b/rules/os/os_ssh_server_alive_interval_configure.yaml index ef21c0c1..56d267d5 100644 --- a/rules/os/os_ssh_server_alive_interval_configure.yaml +++ b/rules/os/os_ssh_server_alive_interval_configure.yaml @@ -3,7 +3,7 @@ title: "Configure SSH ServerAliveInterval option set to $ODV" discussion: | SSH _MUST_ be configured with an Active Server Alive Maximum Count set to $ODV. - Setting the Active Server Alive Maximum Count to $ODV (seconds) will log users out after an organization defined value interval of inactivity. + Setting the Active Server Alive Maximum Count to $ODV will log users out after a $ODV seconds interval of inactivity. NOTE: /etc/ssh/ssh_config will be automatically modified to its original state following any update or major upgrade to the operating system. check: |