Merge "Fix logic error"

This commit is contained in:
Zuul
2017-10-20 16:12:24 +00:00
committed by Gerrit Code Review

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 %}