meta data for this page

SSH

This add-on is only visible to Advanced Mode users. To enable advanced mode, go to Profile → ' and turn on Advanced Mode.

Terminal & SSH

SSH & Web Terminal

Debug SSH to host

Enable real SSH to host operating system:

  • Install and configure Terminal & SSH Add-on to use public key
  • use real host console
  • login as root by issuing login command
  • cd /root/.ssh
  • make sure that Terminal & SSH Add-on public key exits:
    • docker exec -it addon_core_ssh ls -la /data/.ssh
  • copy authorized_keys from addon to host:
    • docker cp addon_core_ssh:/data/.ssh/authorized_keys .
    • chmod 600 authorized_keys
  • Start SSH server:
    • systemctl enable --now dropbear
  • Login to host:
    • ssh homeassistant -l root -p 22222