SSH access to Home Assistant (HA) can be useful in multiple cases:
- To reboot HA remotely if this cannot be done through the web interface
- To edit some configuration files
- To debug OS-related issues – check logs, processes, network settings, etc.
- To install or update additional packages or dependencies
- To backup or restore HA
The easiest way to SSH into Home Assistant is by using the official Terminal & SSH add-on.
It is based on OpenSSH and allows to log into Home Assistant using a web-based Terminal or any SSH client.
This post describes how to install and configure the Terminal & SSH add-on to access Home Assistant over SSH. (more…)