We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840924f commit 77eb16dCopy full SHA for 77eb16d
etc/kayobe/inventory/group_vars/cis-hardening/cis
@@ -27,7 +27,8 @@ rhel9cis_rule_3_4_1_2: false
27
rhel9cis_selinux_disable: true
28
29
# NOTE: FUTURE breaks wazuh agent repo metadata download
30
-rhel9cis_crypto_policy: FIPS
+# NOTE: FIPS break ed25519 SSH keys
31
+rhel9cis_crypto_policy: DEFAULT
32
33
# Skip package updates
34
rhel9cis_rule_1_9: false
releasenotes/notes/rhel9cis-crypto-policy-default-2de03e6a67a9efae.yaml
@@ -0,0 +1,6 @@
1
+---
2
+security:
3
+ - |
4
+ Updates the default CIS hardening configuration to set
5
+ ``rhel9cis_crypto_policy`` to ``DEFAULT`` instead of ``FIPS``. This
6
+ resolves SSH issues with some modern key types such as ``ed25519``.
0 commit comments