forked from 3wordchant/capsul-flask
Remove ssh host key spacing
This commit is contained in:
parent
c8dd3d2e80
commit
ca0f9d1a41
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user