forked from ansible-lockdown/RHEL9-CIS
Fix for #320 thank you @kodebach
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
parent
c8e410928e
commit
dd909b48c8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Changes to rhel9CIS
|
# Changes to rhel9CIS
|
||||||
|
|
||||||
|
## 2.0.0 - Based on CIS v2.0.0
|
||||||
|
|
||||||
|
- #320 - thanks to @kodebach
|
||||||
|
|
||||||
## 1.1.6 - Based on CIS v1.0.0
|
## 1.1.6 - Based on CIS v1.0.0
|
||||||
|
|
||||||
- #190 - thanks to @ipruteanu-sie
|
- #190 - thanks to @ipruteanu-sie
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# This is a subpolicy to disable weak ciphers
|
# This is a subpolicy to disable weak ciphers
|
||||||
# for the SSH protocol (libssh and OpenSSH)
|
# for the SSH protocol (libssh and OpenSSH)
|
||||||
# Carried out as part of CIS Benchmark rules combined 1.6.6 and 5.1.4
|
# Carried out as part of CIS Benchmark rules combined 1.6.6 and 5.1.4
|
||||||
cipher@SSH ={% if rhel9cis_rule_1_6_6 %} -CHACHA20-POLY1305{% endif %}{% if rhel9cis_rule_5_1_5 %} -3DES-CBC -AES-128-CBC -AES-192-CBC -AES-256-CBC{% endif %}
|
cipher@SSH ={% if rhel9cis_rule_1_6_6 %} -CHACHA20-POLY1305{% endif %}{% if rhel9cis_rule_5_1_4 %} -3DES-CBC -AES-128-CBC -AES-192-CBC -AES-256-CBC{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue