Skip to content

Commit 5d3f0ab

Browse files
authored
Merge pull request #14434 from alanmcanonical/cipher
Remove aes192-ctr
2 parents 400d0fb + 3505fb7 commit 5d3f0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • linux_os/guide/services/ssh/ssh_server/sshd_use_approved_ciphers_ordered_stig

linux_os/guide/services/ssh/ssh_server/sshd_use_approved_ciphers_ordered_stig/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{%- if product == 'ubuntu2204' %}}
2-
{{%- set sshd_approved_ciphers = "aes256-ctr,aes256-gcm@openssh.com,aes192-ctr,aes128-ctr,aes128-gcm@openssh.com" %}}
2+
{{%- set sshd_approved_ciphers = "aes256-ctr,aes256-gcm@openssh.com,aes128-ctr,aes128-gcm@openssh.com" %}}
33
{{%- else %}}
44
{{%- set sshd_approved_ciphers = "aes256-ctr,aes192-ctr,aes128-ctr" %}}
55
{{%- endif %}}

0 commit comments

Comments
 (0)