Skip to content
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

Fix in SLE 12/15 rule sshd_use_approved_macs #10536

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
4 changes: 2 additions & 2 deletions linux_os/guide/services/ssh/sshd_approved_macs.var
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ options:
stig: hmac-sha2-512,hmac-sha2-256
default: hmac-sha2-512,hmac-sha2-256,hmac-sha1,[email protected],[email protected],[email protected]
cis_rhel7: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1,[email protected]
cis_sle12: [email protected],umac-128-[email protected],[email protected],hmac-sha2-512[email protected],hmac-[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1,[email protected]
cis_sle15: [email protected],umac-128-[email protected],[email protected],hmac-sha2-512[email protected],hmac-[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1,[email protected]
cis_sle12: hmac-sha2-512-[email protected],[email protected],hmac-sha2-512,hmac-sha2-256
cis_sle15: hmac-sha2-512-[email protected],[email protected],hmac-sha2-512,hmac-sha2-256
cis_alinux2: [email protected],[email protected],hmac-sha2-512,hmac-sha2-256
cis_ubuntu: [email protected],[email protected],hmac-sha2-512,hmac-sha2-256
1 change: 1 addition & 0 deletions products/sle12/profiles/pci-dss-4.profile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ selections:
- sshd_use_approved_ciphers
- sshd_approved_ciphers=cis_sle12
- sshd_use_approved_macs
- sshd_approved_macs=cis_sle12
- sysctl_fs_suid_dumpable
1 change: 1 addition & 0 deletions products/sle12/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ description: |-

selections:
- pcidss_3:all:base
- sshd_approved_macs=cis_sle12
- sshd_approved_ciphers=cis_sle12
1 change: 1 addition & 0 deletions products/sle15/profiles/pci-dss-4.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description: |-

selections:
- pcidss_4:all:base
- sshd_approved_macs=cis_sle15
- sshd_approved_ciphers=cis_sle15
- '!service_ntp_enabled'
- '!service_ntpd_enabled'
Expand Down
1 change: 1 addition & 0 deletions products/sle15/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ description: |-

selections:
- pcidss_3:all:base
- sshd_approved_macs=cis_sle15
- sshd_approved_ciphers=cis_sle15