mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update debugging.markdown (#3249)
Added example ssh command - it's not obvious that you need to log in as root!
This commit is contained in:
parent
cd431654d9
commit
adb6fea5df
@ -34,6 +34,11 @@ Step 3 in the link above, shows the path to the private key file `id_rsa` for yo
|
||||
Make sure when you are copying the public key to the root of the /boot partition of the SD card that you rename the file correctly with no `.pub` file extension.
|
||||
</p>
|
||||
|
||||
You should then be able to SSH into your Hass.io device. On mac/linux, use:
|
||||
```
|
||||
ssh root@hassio.local -p 22222
|
||||
```
|
||||
|
||||
## {% linkable_title Checking the logs %}
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user