From adb6fea5df1468403c3efd5fd716129379fae541 Mon Sep 17 00:00:00 2001 From: Tom Howe Date: Sat, 26 Aug 2017 22:29:29 +0100 Subject: [PATCH] Update debugging.markdown (#3249) Added example ssh command - it's not obvious that you need to log in as root! --- source/developers/hassio/debugging.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/developers/hassio/debugging.markdown b/source/developers/hassio/debugging.markdown index 4f557178286..d5dee3b6905 100644 --- a/source/developers/hassio/debugging.markdown +++ b/source/developers/hassio/debugging.markdown @@ -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.

+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