Skip to content

Commit

Permalink
Remove sshd_use_approved_ciphers from RHEL 9 & 10 Profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jul 11, 2024
1 parent 34011f7 commit bbcb7fe
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion controls/cis_rhel10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ controls:
Introduced in CIS RHEL9 v2.0.0
The status was automated but we need to double check the approach used in this rule.
Therefore I moved it to pending until deeper investigation.
rules:
related_rules:
- sshd_use_approved_ciphers
- sshd_approved_ciphers=cis_rhel8

Expand Down
2 changes: 1 addition & 1 deletion controls/cis_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ controls:
Introduced in CIS RHEL9 v2.0.0
The status was automated but we need to double check the approach used in this rule.
Therefore I moved it to pending until deeper investigation.
rules:
related_rules:
- sshd_use_approved_ciphers
- sshd_approved_ciphers=cis_rhel9

Expand Down
2 changes: 0 additions & 2 deletions tests/data/profile_stability/rhel9/cis.profile
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ selections:
- sshd_set_max_auth_tries
- sshd_set_max_sessions
- sshd_set_maxstartups
- sshd_use_approved_ciphers
- sshd_use_strong_kex
- sshd_use_strong_macs
- sudo_add_use_pty
Expand Down Expand Up @@ -421,7 +420,6 @@ selections:
- var_sshd_set_keepalive=1
- sshd_strong_macs=cis_rhel9
- sshd_strong_kex=cis_rhel9
- sshd_approved_ciphers=cis_rhel9
- sysctl_net_ipv6_conf_all_accept_ra_value=disabled
- sysctl_net_ipv6_conf_default_accept_ra_value=disabled
- sysctl_net_ipv4_tcp_syncookies_value=enabled
Expand Down
2 changes: 0 additions & 2 deletions tests/data/profile_stability/rhel9/cis_server_l1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ selections:
- sshd_set_max_auth_tries
- sshd_set_max_sessions
- sshd_set_maxstartups
- sshd_use_approved_ciphers
- sshd_use_strong_kex
- sshd_use_strong_macs
- sudo_add_use_pty
Expand Down Expand Up @@ -324,7 +323,6 @@ selections:
- var_sshd_set_keepalive=1
- sshd_strong_macs=cis_rhel9
- sshd_strong_kex=cis_rhel9
- sshd_approved_ciphers=cis_rhel9
- sysctl_net_ipv6_conf_all_accept_ra_value=disabled
- sysctl_net_ipv6_conf_default_accept_ra_value=disabled
- sysctl_net_ipv4_tcp_syncookies_value=enabled
Expand Down
2 changes: 0 additions & 2 deletions tests/data/profile_stability/rhel9/cis_workstation_l1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ selections:
- sshd_set_max_auth_tries
- sshd_set_max_sessions
- sshd_set_maxstartups
- sshd_use_approved_ciphers
- sshd_use_strong_kex
- sshd_use_strong_macs
- sudo_add_use_pty
Expand Down Expand Up @@ -316,7 +315,6 @@ selections:
- var_sshd_set_keepalive=1
- sshd_strong_macs=cis_rhel9
- sshd_strong_kex=cis_rhel9
- sshd_approved_ciphers=cis_rhel9
- sysctl_net_ipv6_conf_all_accept_ra_value=disabled
- sysctl_net_ipv6_conf_default_accept_ra_value=disabled
- sysctl_net_ipv4_tcp_syncookies_value=enabled
Expand Down
2 changes: 0 additions & 2 deletions tests/data/profile_stability/rhel9/cis_workstation_l2.profile
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ selections:
- sshd_set_max_auth_tries
- sshd_set_max_sessions
- sshd_set_maxstartups
- sshd_use_approved_ciphers
- sshd_use_strong_kex
- sshd_use_strong_macs
- sudo_add_use_pty
Expand Down Expand Up @@ -414,7 +413,6 @@ selections:
- var_sshd_set_keepalive=1
- sshd_strong_macs=cis_rhel9
- sshd_strong_kex=cis_rhel9
- sshd_approved_ciphers=cis_rhel9
- sysctl_net_ipv6_conf_all_accept_ra_value=disabled
- sysctl_net_ipv6_conf_default_accept_ra_value=disabled
- sysctl_net_ipv4_tcp_syncookies_value=enabled
Expand Down

0 comments on commit bbcb7fe

Please sign in to comment.