From ba6b4c506b00a31906c83219e3f0869a74b7f97b Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Fri, 12 Jun 2020 16:30:16 +0100 Subject: [PATCH] Update OS debug example hostname (#575) * Update OS debug example hostname Updates the example given in debugging to reflect the default hostname. I use hostname as a term without explanation as anyone that doesn't understand the meaning shouldn't be using this doc (as stated at the top). * Update note on different hostnames --- docs/operating-system/debugging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/operating-system/debugging.md b/docs/operating-system/debugging.md index 32409225..592c6023 100644 --- a/docs/operating-system/debugging.md +++ b/docs/operating-system/debugging.md @@ -28,9 +28,11 @@ Make sure when you are copying the public key to the root of the USB drive that You should then be able to SSH into your Home Assistant device. On Mac/Linux, use: ```shell -ssh root@hassio.local -p 22222 +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 logged in to Home Assistant CLI for HassOS where you can perform normal [CLI functions]. 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 addon's run in separate Docker containers. [CLI functions]: https://www.home-assistant.io/hassio/commandline/