diff --git a/templates/ssh/config.j2 b/templates/ssh/config.j2 index 4da7b98..2a36916 100644 --- a/templates/ssh/config.j2 +++ b/templates/ssh/config.j2 @@ -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 %}