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:
Tom Howe 2017-08-26 22:29:29 +01:00 committed by Pascal Vizeli
parent cd431654d9
commit adb6fea5df

View File

@ -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