mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-08-14 06:08:45 +02:00
Fix bug
This commit is contained in:
parent
0b669e3307
commit
badd7160cb
@ -14,7 +14,7 @@ set -u # One variable unset, it's over
|
||||
HARDENING_LEVEL=2
|
||||
|
||||
PACKAGE='openssh-server'
|
||||
OPTIONS='Ciphers=chacha20-poly1305@openssh\.com,aes256-gcm@openssh\.com,aes128-gcm@openssh\.com,aes256-ctr,aes192-ctr,aes128-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…
x
Reference in New Issue
Block a user