From b1a41aa72d8c8d765b12ddf9aafa78fe9319d072 Mon Sep 17 00:00:00 2001 From: William Golembieski Date: Thu, 9 Nov 2023 15:56:54 -0500 Subject: [PATCH] Update main.yml Removing stale var rhel8stig_sshd_compression Signed-off-by: William Golembieski --- defaults/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 236c3fe..e3c3686 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -845,10 +845,6 @@ rhel8stig_path_to_sshkey: "/root/.ssh/" # To conform to STIG standards these directories need to be 755 or less permissive rhel8stig_lib_dir_perms: 0755 -# RHEL-08-010510 -# rhel8stig_sshd_compression to meet STIG requirements needs to be set to "no" or "delayed" -rhel8stig_sshd_compression: "no" - # now in prelim # rhel8stig_interactive_uid_start: '1000'