Remove ssh host key spacing

This commit is contained in:
j3s 2021-02-18 11:13:58 -06:00
parent c8dd3d2e80
commit ca0f9d1a41
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
<div class="row">
<pre class="code">{% for key in vm['ssh_host_keys'] %}
SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}</pre>
SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}</pre>
</div>
<div class="row">
<span>(What's this? see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a>)</span>