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.