diff --git a/capsulflask/templates/capsul-detail.html b/capsulflask/templates/capsul-detail.html index 052c206..c864b88 100644 --- a/capsulflask/templates/capsul-detail.html +++ b/capsulflask/templates/capsul-detail.html @@ -134,7 +134,7 @@
{% for key in vm['ssh_host_keys'] %}
-  SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}
+SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}
(What's this? see Understanding the Secure Shell Protocol (SSH))