fixed: add empty line after HostCertificate loop

Signed-off-by: Maximilian Praeger <mpraeger@users.noreply.github.com>
This commit is contained in:
Maximilian Praeger 2021-01-22 07:07:36 +01:00
parent 9853c7ea45
commit 8f7bae533c

View file

@ -42,7 +42,7 @@ HostKey {{ key }}
{% for certificate in ssh_host_certificates -%}
HostCertificate {{ certificate }}
{% endfor -%}
{% endif -%}
{% endif %}
# Host key algorithms that the server offers.
{% if sshd_version is version('5.8', '>=') %}