diff --git a/docs/operating-system/debugging.md b/docs/operating-system/debugging.md index 1da31a71..a5035402 100644 --- a/docs/operating-system/debugging.md +++ b/docs/operating-system/debugging.md @@ -37,6 +37,10 @@ You will initially be able to perform normal [CLI tasks]. If you need access to [Home Assistant OS]: https://github.com/home-assistant/operating-system [Supervisor Architecture]: /architecture_index.md +### Turning off SSH access to the host + +Use a USB drive formatted with FAT, ext4, or NTFS and name it CONFIG (case sensitive). Remove any existing `authorized_keys` file from the drive and leave the drive empty. When the Home Assistant OS device is rebooted with this drive inserted, any existing keys will be removed and the SSH service will be stopped. + ## Checking the logs ```shell