Merge "Fix logic error"

This commit is contained in:
Zuul 2017-10-20 16:12:24 +00:00 committed by Gerrit Code Review
commit 75f78685e8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ClientAliveCountMax {{ security_sshd_client_alive_count_max }}
# V-72245
PrintLastLog yes
{% endif %}
{% if security_sshd_permit_root_login | bool %}
{% if not (security_sshd_permit_root_login | bool) %}
# V-72247
PermitRootLogin no
{% endif %}