From 289e7c09f16f31523889094c5037949e8527f1b8 Mon Sep 17 00:00:00 2001 From: Em Date: Wed, 26 Jun 2019 01:05:44 +0200 Subject: [PATCH] Extra warning about use of SSH add-on (#280) I tried to make it clearer that the SSH setup here (port 22222) was different to the SSH add-on setup (port 22) and what issues would crop up if the later was used in this context. It took me a while to figure out what was going on and I felt that the doc needed this clarification. --- docs/hassio_debugging.md | 1 + 1 file changed, 1 insertion(+) 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.