Merge pull request #7 from MatthieuDestrez/fixPermitEmptyPassword

fixed option name in 9.3.9_disable_sshd_permitemptypasswords.sh, was …
This commit is contained in:
Thibault Dewailly 2016-07-04 11:44:40 +02:00 committed by GitHub
commit e93b9f89f4

View File

@ -12,7 +12,7 @@ set -e # One error, it's over
set -u # One variable unset, it's over
PACKAGE='openssh-server'
OPTIONS='PermitRootLogin=no'
OPTIONS='PermitEmptyPasswords=no'
FILE='/etc/ssh/sshd_config'
# This function will be called if the script status is on enabled / audit mode