CCI-001144 requires the use of cryptographic modules that comply with applicable laws, policies, standards, etc. For SSH communications, sshd_use_approved_ciphers addresses this requirement.
Signed-off-by: Willy Santos wsantos@redhat.com --- rhel6/src/input/services/ssh.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rhel6/src/input/services/ssh.xml b/rhel6/src/input/services/ssh.xml index 94e9b31..4748b66 100644 --- a/rhel6/src/input/services/ssh.xml +++ b/rhel6/src/input/services/ssh.xml @@ -270,7 +270,7 @@ implementation. These are also required for compliance. </rationale> <ident cce="14491-5" /> <oval id="sshd_use_approved_ciphers" /> -<ref disa="803" /> +<ref disa="803,1144" /> </Rule>
</Group>