From b5191affc78b0a1c687066b0fdf7a080928f567d Mon Sep 17 00:00:00 2001 From: gmlupatelli <40525606+gmlupatelli@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:20:17 -0400 Subject: [PATCH] Update debugging.md (#987) Co-authored-by: Martin Hjelmare --- docs/operating-system/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating-system/debugging.md b/docs/operating-system/debugging.md index a5035402..5c0d23b2 100644 --- a/docs/operating-system/debugging.md +++ b/docs/operating-system/debugging.md @@ -31,7 +31,7 @@ ssh root@homeassistant.local -p 22222 If you have an older installation or have changed your hostname, you may need to use a different hostname in the command above. You can check the correct hostname to use in the System page of the Supervisor interface in Home Assistant. -You will initially be able to perform normal [CLI tasks]. If you need access to the host system use the 'login' command. [Home Assistant OS] is a hypervisor for Docker. See the [Supervisor Architecture] documentation for information regarding the Supervisor. The Supervisor offers an API to manage the host and running the Docker containers. Home Assistant itself and all installed addons run in separate Docker containers. +You will be logged in as root in the ```/root``` folder. [Home Assistant OS] is a hypervisor for Docker. See the [Supervisor Architecture] documentation for information regarding the Supervisor. The Supervisor offers an API to manage the host and running the Docker containers. Home Assistant itself and all installed addons run in separate Docker containers. [CLI tasks]: https://www.home-assistant.io/hassio/commandline/ [Home Assistant OS]: https://github.com/home-assistant/operating-system