Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a09c82ecfc
@ -134,7 +134,7 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<pre class="code">{% for key in vm['ssh_host_keys'] %}
|
<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>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<span>(What's this? see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a>)</span>
|
<span>(What's this? see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a>)</span>
|
||||||
@ -198,7 +198,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<pre class="code wrap break-all smalltext">{% for key in vm['ssh_host_keys'] %}
|
<pre class="code wrap break-all smalltext">{% for key in vm['ssh_host_keys'] %}
|
||||||
{{ vm['ipv4'] }} {{ key.content }}{% endfor %}
|
{{ vm['ipv4'] }} {{ key.content }}{% endfor %}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user