Files
RHEL9-CIS-Audit/section_5/cis_5.2/cis_5.2.14.yml
T
Mark Bolwell e78cf0d80b updated file format test
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2023-09-18 13:47:50 +01:00

19 lines
388 B
YAML

{{ if .Vars.rhel9cis_rule_5_2_14 }}
file:
sshd_crypto:
title: 5.2.14 | Ensure system-wide crypto policy is not over-ridden
path: /etc/ssh/sshd_config
exists: true
contents:
- '!/^CRYPTO_POLICY/'
meta:
server: 1
workstation: 1
CIS_ID:
- 5.2.14
CISv8: 3.10
CISv8_IG1: false
CISv8_IG2: true
CISv8_IG3: true
{{ end }}