99.5.4.5.2: fix bug where sha512 option rounds provoke KO (#112)

This commit is contained in:
Thibault Ayanides
2021-08-10 10:30:35 +02:00
committed by GitHub
parent 01c3d1b98c
commit afed5a9dce
3 changed files with 9 additions and 2 deletions

View File

@ -49,7 +49,6 @@ apply() {
info "Parameter $SSH_PARAM is present but with the wrong value -- Fixing"
replace_in_file "$CONF_FILE" "^$(echo "$CONF_LINE" | cut -d ' ' -f1)[[:space:]]*.*" "$CONF_LINE"
fi
/etc/init.d/ssh reload >/dev/null 2>&1
fi
}