remove ":"
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-07-26 20:53:35 +02:00
parent 03ca0050c3
commit 0b89a9a882

View File

@ -46,7 +46,7 @@
# RekeyLimit 1G 1h
{% for host in system_ssh_custom_host %}
Host {{ host.host }}
Hostname: {{ host.host }}
Hostname {{ host.host }}
User {{ host.user }}
IdentityFile {{ host.keyfile }}
{% endfor %}