Maint/misc improvements (#310)

* Add warnings about powering external drives to Restore page

* Add caveat to physical backups excusing One/Pro users from power reqs

* Add warning about ssh key changes to SSH guide

* spelling

---------

Co-authored-by: BitcoinMechanic <bitcoinmechanicca@protonmail.com>
This commit is contained in:
kn0wmad
2023-02-23 16:02:29 +00:00
committed by GitHub
parent 318243903e
commit 0565df149c
3 changed files with 5 additions and 3 deletions

View File

@@ -87,6 +87,8 @@ Connecting via CLI (Linux/Mac)
Replacing ``<LAN URL>`` with your Embassy's LAN (``embassy-xxxxxxx.local``) address
.. note:: If you get a scary looking warning that says something like "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" - fear not! This is most likely happening because you have recently reflashed or did an update from pre-v0.3.3, which would cause a change in the key for your device's hostname (e.g. `xxxxxxxx.local`) or IP address (e.g. `192.168.1.x`). The solution is to delete the existing entry from your `known_hosts` file, which is typically located at `~/.ssh/known_hosts`. This should be named in the warning, along with a helpful line number (in case your file is lengthy).
Connecting via PuTTY on Windows
-------------------------------