meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
home_automation:home_assistant:integrations:ssh [2023/03/20 18:37] – created 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 9: | Line 10: | ||
===== SSH & Web Terminal ===== | ===== SSH & Web Terminal ===== | ||
+ | ====== Debug SSH to host ====== | ||
+ | Enable real SSH to host operating system (not container): | ||
+ | * Install and configure [[ssh# | ||
+ | * **use real host console** - i.e. using Proxmox console | ||
+ | * 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</ |