removed: unneccessary conditional

Signed-off-by: Maximilian Praeger <mpraeger@users.noreply.github.com>
This commit is contained in:
Maximilian Praeger 2021-01-22 07:12:51 +01:00
parent 6b55b9619c
commit 4399d3f885

View file

@ -39,11 +39,9 @@ HostKey {{ key }}
{% endfor %}
# HostCertificates are listed here.
{% if ssh_host_certificates -%}
{% for certificate in ssh_host_certificates -%}
HostCertificate {{ certificate }}
{% endfor -%}
{% endif %}
{% endfor %}
# Host key algorithms that the server offers.
{% if sshd_version is version('5.8', '>=') %}