add about ssh link to faq

This commit is contained in:
forest 2021-07-19 18:08:31 -05:00
parent 908d02803f
commit b8279d7491
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
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>
How do I change to the root user?