From ca0f9d1a41489ffa89f1b109e3d643ce8d6388c2 Mon Sep 17 00:00:00 2001 From: j3s Date: Thu, 18 Feb 2021 11:13:58 -0600 Subject: [PATCH] Remove ssh host key spacing --- capsulflask/templates/capsul-detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))