From 0b89a9a8827fd4e3db2452abd262f13cf6763007 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 26 Jul 2022 20:53:35 +0200 Subject: [PATCH] remove ":" --- templates/ssh/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}