Skip to content

Update rule selection for OL09-00-000262 #13505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controls/stig_ol9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ controls:
(MACs) employing FIPS 140-3 validated cryptographic hash algorithms.
status: automated
rules:
- sshd_use_strong_macs
- harden_sshd_macs_openssh_conf_crypto_policy
- sshd_strong_macs=stig_ol9

- id: OL09-00-000255
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# reboot = true
# strategy = restrict
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora

{{{ bash_instantiate_variables("sshd_approved_macs") }}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# variables = sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]

sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# variables = sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]

sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# variables = sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]

sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# profiles = xccdf_org.ssgproject.content_profile_stig

configfile=/etc/crypto-policies/back-ends/openssh.config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# profiles = xccdf_org.ssgproject.content_profile_stig

configfile=/etc/crypto-policies/back-ends/openssh.config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# variables = sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]

sshd_approved_macs=hmac-sha2-512,hmac-sha2-256,[email protected],[email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# profiles = xccdf_org.ssgproject.content_profile_stig

configfile=/etc/crypto-policies/back-ends/openssh.config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_fedora
# profiles = xccdf_org.ssgproject.content_profile_stig

configfile=/etc/crypto-policies/back-ends/openssh.config
Expand Down
Loading