From 25754f9854287a570bfd69e5b642f9b425a05842 Mon Sep 17 00:00:00 2001 From: Alan Moore Date: Thu, 3 Sep 2026 14:28:20 +0100 Subject: [PATCH] Refer xccdf value in ssh_use_approved_macs_ordered_stig Signed-off-by: Alan Moore --- .../ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/services/ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml b/linux_os/guide/services/ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml index a3b143a1e57f..d57b5282df1f 100644 --- a/linux_os/guide/services/ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml +++ b/linux_os/guide/services/ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml @@ -9,7 +9,7 @@ description: |- The following line in {{{ sshc_main_config }}} demonstrates use of FIPS-approved MACs: -
MACs {{{ ssh_approved_macs }}}
+
MACs {{{ xccdf_value("ssh_approved_macs") }}}
If this line does not contain these MACs in exact order, is commented out, or is missing, this is a finding.