From d933b886f31f269286937909fbec1b23656360cf Mon Sep 17 00:00:00 2001 From: Aaron Donovan Date: Mon, 8 Mar 2021 09:47:52 -0500 Subject: [PATCH] V-204578 change order of SSH cipher suites for stig Latest stig requires specific order for SSH ciphers. --- linux_os/guide/services/ssh/sshd_approved_ciphers.var | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/services/ssh/sshd_approved_ciphers.var b/linux_os/guide/services/ssh/sshd_approved_ciphers.var index 30e58336ce99..46b6b2adba42 100644 --- a/linux_os/guide/services/ssh/sshd_approved_ciphers.var +++ b/linux_os/guide/services/ssh/sshd_approved_ciphers.var @@ -11,5 +11,5 @@ operator: equals interactive: false options: - stig: aes128-ctr,aes192-ctr,aes256-ctr + stig: aes256-ctr,aes192-ctr,aes128-ctr default: aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se