From 9fda2e206f9a9a97453b564c74cae24a1d64b04d Mon Sep 17 00:00:00 2001 From: Vojtech Polasek Date: Thu, 26 Mar 2020 10:34:15 +0100 Subject: [PATCH] add configure_etc_hosts_deny to ignored rules because it breaks ssh connections --- tests/unselect_rules_list | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unselect_rules_list b/tests/unselect_rules_list index b65c177a1e..8ccbb14e95 100644 --- a/tests/unselect_rules_list +++ b/tests/unselect_rules_list @@ -12,3 +12,4 @@ xccdf_org.ssgproject.content_rule_sshd_disable_root_login xccdf_org.ssgproject.content_rule_sshd_disable_empty_passwords xccdf_org.ssgproject.content_rule_disable_host_auth xccdf_org.ssgproject.content_rule_harden_sshd_crypto_policy +xccdf_org.ssgproject.content_rule_configure_etc_hosts_deny