duplicate links to /about-ssh

This commit is contained in:
forest 2021-01-30 22:17:09 -06:00
parent 0b5583a0ed
commit cf9bcd1912
1 changed files with 4 additions and 1 deletions

View File

@ -94,7 +94,7 @@
SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}</pre>
</div>
<div class="row">
<p>What's this? see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a></p>
<span>(What's this? see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a>)</span>
</div>
<div class="row ">
<hr/>
@ -158,6 +158,9 @@ SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}</pre>
{{ vm['ipv4'] }} {{ key.content }}{% endfor %}
</pre>
</div>
<div class="row">
<span>(What's this? see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a>)</span>
</div>
{% endif %}
{% endblock %}