mirror of
https://github.com/ansible-lockdown/RHEL9-CIS-Audit.git
synced 2026-06-08 06:04:11 +00:00
e78cf0d80b
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
19 lines
388 B
YAML
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 }}
|