add ssh troubleshooting guide

This commit is contained in:
2021-12-19 11:36:55 -06:00
parent f30cc15870
commit e2df0095d1
5 changed files with 137 additions and 4 deletions

View File

@ -105,6 +105,9 @@
</div>
</div>
<div class="row">
<span>Can't log into your capsul? See <a href="/troubleshooting-ssh">Troubleshooting SSH</a></span>
</div>
<div class="row center justify-start vm-actions">
<label class="align" for="delete_action">Actions</label>
<form id="delete_action" method="post">
@ -202,8 +205,13 @@ SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}</pre>
</pre>
</div>
<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>
</div>
<div class="row third-margin">
<span>Can't log into your capsul? See <a href="/troubleshooting-ssh">Troubleshooting SSH</a></span>
</div>
{% endif %}
{% endif %}