diff --git a/roles/cis/tasks/main.yml b/roles/cis/tasks/main.yml index db7b2cd..b4db3b2 100644 --- a/roles/cis/tasks/main.yml +++ b/roles/cis/tasks/main.yml @@ -167,14 +167,9 @@ ### Ciphers and keying ### RekeyLimit 512M 6h - KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org, - diffie-hellman-group14-sha256,diffie-hellman-group16-sha512, - diffie-hellman-group18-sha512,ecdh-sha2-nistp521,ecdh-sha2-nistp384, - ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 - Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com, - aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr - MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com, - hmac-sha2-512,hmac-sha2-256 + KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 + Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr + MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256 ########################### AllowStreamLocalForwarding no