meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_automation:home_assistant:integrations:ssh [2023/06/07 07:24] – niziak | home_automation:home_assistant:integrations:ssh [2025/03/13 09:19] (current) – [Debug SSH to host] niziak | ||
---|---|---|---|
Line 12: | Line 12: | ||
====== Debug SSH to host ====== | ====== Debug SSH to host ====== | ||
- | Enable real SSH to host operating system: | + | Enable real SSH to host operating system |
* Install and configure [[ssh# | * Install and configure [[ssh# | ||
- | * use real host console | + | |
* login as root by issuing '' | * login as root by issuing '' | ||
* '' | * '' | ||
Line 23: | Line 23: | ||
* '' | * '' | ||
* Start SSH server: | * Start SSH server: | ||
- | * '' | + | * <code bash>systemctl enable --now dropbear</ |
+ | * Login to host: | ||
+ | * <code bash>ssh homeassistant -l root -p 22222</ |