From e4f242f9164895c0a3d6afef4384a3b48ae1984a Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Tue, 17 Mar 2015 16:12:02 +1100 Subject: [PATCH] fixed known_host --- roles/setupKnownHosts/templates/known_hosts.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/setupKnownHosts/templates/known_hosts.j2 b/roles/setupKnownHosts/templates/known_hosts.j2 index aaea3a9d..35ef30e1 100644 --- a/roles/setupKnownHosts/templates/known_hosts.j2 +++ b/roles/setupKnownHosts/templates/known_hosts.j2 @@ -10,5 +10,6 @@ {% endfor %} {% for host in nodelist|unique %} -{{ host.ip }} {{ host.name }} {{ host.rsa }} +{{ host.ip }} ssh-rsa {{ host.rsa }} +{{ host.name }} ssh-rsa {{ host.rsa }} {% endfor %} -- GitLab