Skip to content
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
1 change: 1 addition & 0 deletions controls/stig_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ controls:
levels:
- medium
rules:
- sshd_approved_macs=stig_ubuntu2404
- sshd_use_approved_macs_ordered_stig
status: automated

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{%- if product == 'ubuntu2204' %}}
{{%- if product == 'ubuntu2404' %}}
{{%- set sshd_approved_macs = "hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256" %}}
{{%- elif product == 'ubuntu2204' %}}
{{%- set sshd_approved_macs = "hmac-sha2-512,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-256-etm@openssh.com" %}}
{{%- else %}}
{{%- set sshd_approved_macs = "hmac-sha2-512,hmac-sha2-256" %}}
Expand Down
1 change: 1 addition & 0 deletions linux_os/guide/services/ssh/sshd_approved_macs.var
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ options:
cis_sle15: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256
cis_ubuntu: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256
stig_ubuntu2204: hmac-sha2-512,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-256-etm@openssh.com
stig_ubuntu2404: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256
stig_ol9: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
Loading