Merge "Fix logic error"
This commit is contained in:
commit
75f78685e8
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user