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

@ -19,13 +19,17 @@
<p>f1-x: gitlab (wow such memory very devops)</p>
<p>f1-xx: something gargantuan</p>
</li>
<li>
<li id="how-to-log-in">
How do I log in?
<p>ssh to the ip provided to you using the cyberian user.</p>
<pre class='code'>$ ssh cyberian@1.2.3.4</pre>
<p>For more information, see <a href="/about-ssh">Understanding the Secure Shell Protocol (SSH)</a>.</p>
</li>
<li>
<li id="help-ssh">
Help, I still can't log into my capsul!
<p>See <a href="/troubleshooting-ssh">Troubleshooting SSH</a>.</p>
</li>
<li id="change-to-root-user">
How do I change to the root user?
<p>The cyberian user has passwordless sudo access by default. This should work:</p>
<pre class='code'>