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:13] – niziak | home_automation:home_assistant:integrations:ssh [2025/03/13 09:19] (current) – [Debug SSH to host] niziak | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Terminal & SSH ===== | ===== Terminal & SSH ===== | ||
+ | * Home Page: [[https:// | ||
Line 11: | Line 12: | ||
====== Debug SSH to host ====== | ====== Debug SSH to host ====== | ||
- | Enable real SSH to host operating system: | + | Enable real SSH to host operating system |
- | * use real host console | + | |
+ | * **use real host console** - i.e. using Proxmox | ||
* login as root by issuing '' | * login as root by issuing '' | ||
* '' | * '' | ||
- | * | + | * make sure that [[ssh# |
- | + | * '' | |
+ | * copy '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * Start SSH server: | ||
+ | * <code bash> | ||
+ | * Login to host: | ||
+ | * <code bash>ssh homeassistant -l root -p 22222</ |