Skip to content
Snippets Groups Projects
Commit e4f242f9 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed known_host

parent 1fed7683
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,6 @@ ...@@ -10,5 +10,6 @@
{% endfor %} {% endfor %}
{% for host in nodelist|unique %} {% for host in nodelist|unique %}
{{ host.ip }} {{ host.name }} {{ host.rsa }} {{ host.ip }} ssh-rsa {{ host.rsa }}
{{ host.name }} ssh-rsa {{ host.rsa }}
{% endfor %} {% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment