diff --git a/docs/hassio_debugging.md b/docs/hassio_debugging.md index 11dfed8a..2ad6aac3 100644 --- a/docs/hassio_debugging.md +++ b/docs/hassio_debugging.md @@ -35,6 +35,7 @@ Visual Studio Code config: You need set the dev mode on supervisor and enable debug with options. You need also install the Remote debug Add-on from Developer Repository to expose the debug port to Host. ## SSH access to the host +> SSH access through the [SSH add-on] (which will give you SSH access through port 22) will not provide you with all the necessary privileges, and you will be asked for a username and password when typing the 'login' command. You need to follow the steps below, which will setup a separate SSH access through port 22222 with all necessary privileges. ### resinOS based Hass.io (deprecated) Create an `authorized_keys` file containing your public key, and place it in the root of the boot partition of your SD card. See [Generating SSH Keys](#generating-ssh-keys) section below if you need help generating keys. Once the device is booted, you can access your device as root over SSH on port 22222.