mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 13:37:02 +01:00
Update ciphers list in 9.3.11 with latest chacha20 and gcm ciphers
This commit is contained in:
parent
3b7a2b8216
commit
ae6fbf2d86
@ -14,7 +14,7 @@ set -u # One variable unset, it's over
|
||||
HARDENING_LEVEL=2
|
||||
|
||||
PACKAGE='openssh-server'
|
||||
OPTIONS='Ciphers=aes128-ctr,aes192-ctr,aes256-ctr'
|
||||
OPTIONS='Ciphers=chacha20-poly1305@openssh\.com,aes256-gcm@openssh\.com,aes128-gcm@openssh\.com,aes256-ctr,aes192-ctr,aes128-ctr'
|
||||
FILE='/etc/ssh/sshd_config'
|
||||
|
||||
# This function will be called if the script status is on enabled / audit mode
|
||||
|
Loading…
Reference in New Issue
Block a user