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

View File

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