Skip to content

Commit

Permalink
Make SSH password more stern
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Aug 23, 2023
1 parent 9889d6b commit 73033cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/guide/access/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ SSH Access
<div class="warning">
⚠️ Make sure you write down your SSH password. ⚠️
<p>
This will allow you to still access your device if you are unable to use the UI for any reason. It is recommended to setup a <a href="#ssh-key">SSH key</a> instead of using password authentication.
If you don't write down your password and lose access to the UI, you will be unable to access your device. A <a href="/tech/recovery.html">emergency recovery</a> will be required.
</p>
<p>
It is also recommended to setup a <a href="#ssh-key">SSH key</a> instead of using password authentication.
</p>
</div>

Expand Down Expand Up @@ -77,7 +80,7 @@ Setting Up a SSH Key
<p>If you encounter the following error when attempting to use a SSH key:</p>
<blockquote>Unable to negotiate with 10.11.99.1 port 22: no matching host key type found. Their offer: ssh-rsa</blockquote>
<p>
You will need to enable ssh-rsa keys. See the relevant <a href="../../faqs.html#enable-ssh-rsa">FAQ</a> for more information.
You will need to enable ssh-rsa keys. See the relevant <a href="/faqs.html#enable-ssh-rsa">FAQ</a> for more information.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/tech/factory-reset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Factory Reset
<p>
This will create a new SSH password and wipe the data directory. You will no longer be able to access this password as xochitl will not start, and any launcher you have installed will have been removed, which means there will be no usable interface.
<br/>
This will cause you to lose access to your device, unless you have an <a href="../guide/access/ssh.html#ssh-key">SSH key</a> setup. You will then have to attempt to <a href="recovery.html">recover your device</a>.
This will cause you to lose access to your device, unless you have an <a href="/guide/access/ssh.html#ssh-key">SSH key</a> setup. You will then have to attempt to <a href="recovery.html">recover your device</a>.
</p>
</div>

Expand Down

0 comments on commit 73033cb

Please sign in to comment.