Skip to content

Commit

Permalink
Merge pull request #10966 from marcusburghardt/sshd_approved_ciphers_…
Browse files Browse the repository at this point in the history
…stig

Update sshd_approved_ciphers value for RHEL in STIG profile
  • Loading branch information
Mab879 authored Aug 9, 2023
2 parents d31e030 + 051c133 commit b22ab92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion controls/srg_gpos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ controls:
- var_password_hashing_algorithm=SHA512
- var_password_pam_dictcheck=1
- sshd_approved_macs=stig_extended
- sshd_approved_ciphers=stig
- sshd_approved_ciphers=stig_extended
- sshd_idle_timeout_value=10_minutes
- var_accounts_authorized_local_users_regex=rhel8
- var_account_disable_post_pw_expiration=35
Expand Down
2 changes: 1 addition & 1 deletion products/rhel8/profiles/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ selections:
- var_password_pam_minlen=15
- var_sshd_set_keepalive=1
- sshd_approved_macs=stig_extended
- sshd_approved_ciphers=stig
- sshd_approved_ciphers=stig_extended
- sshd_idle_timeout_value=10_minutes
- var_accounts_authorized_local_users_regex=rhel8
- var_accounts_passwords_pam_faillock_deny=3
Expand Down
6 changes: 3 additions & 3 deletions tests/data/profile_stability/rhel8/stig.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: 'This profile contains configuration checks that align to the

DISA STIG for Red Hat Enterprise Linux 8 V1R9.
DISA STIG for Red Hat Enterprise Linux 8 V1R11.


In addition to being applicable to Red Hat Enterprise Linux 8, DISA recognizes
Expand All @@ -22,7 +22,7 @@ description: 'This profile contains configuration checks that align to the
- Red Hat Containers with a Red Hat Enterprise Linux 8 image'
extends: null
metadata:
version: V1R10
version: V1R11
SMEs:
- mab879
- ggbecker
Expand Down Expand Up @@ -455,7 +455,7 @@ selections:
- var_password_pam_retry=3
- var_sshd_set_keepalive=1
- sshd_approved_macs=stig_extended
- sshd_approved_ciphers=stig
- sshd_approved_ciphers=stig_extended
- sshd_idle_timeout_value=10_minutes
- var_accounts_authorized_local_users_regex=rhel8
- var_accounts_passwords_pam_faillock_deny=3
Expand Down
6 changes: 3 additions & 3 deletions tests/data/profile_stability/rhel8/stig_gui.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: 'This profile contains configuration checks that align to the

DISA STIG with GUI for Red Hat Enterprise Linux 8 V1R9.
DISA STIG with GUI for Red Hat Enterprise Linux 8 V1R11.


In addition to being applicable to Red Hat Enterprise Linux 8, DISA recognizes
Expand Down Expand Up @@ -33,7 +33,7 @@ description: 'This profile contains configuration checks that align to the
standard DISA STIG for Red Hat Enterprise Linux 8 profile.'
extends: null
metadata:
version: V1R10
version: V1R11
SMEs:
- mab879
- ggbecker
Expand Down Expand Up @@ -463,7 +463,7 @@ selections:
- var_password_pam_retry=3
- var_sshd_set_keepalive=1
- sshd_approved_macs=stig_extended
- sshd_approved_ciphers=stig
- sshd_approved_ciphers=stig_extended
- sshd_idle_timeout_value=10_minutes
- var_accounts_authorized_local_users_regex=rhel8
- var_accounts_passwords_pam_faillock_deny=3
Expand Down

0 comments on commit b22ab92

Please sign in to comment.