add ssh troubleshooting guide
This commit is contained in:
@ -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'>
|
||||
|
Reference in New Issue
Block a user