This add-on is only visible to Advanced Mode users. To enable advanced mode, go to Profile → ' and turn on Advanced Mode.
Enable real SSH to host operating system (not container):
login commandcd /root/.sshdocker exec -it addon_core_ssh ls -la /data/.sshauthorized_keys from addon to host:docker cp addon_core_ssh:/data/.ssh/authorized_keys .chmod 600 authorized_keyssystemctl enable --now dropbear
ssh homeassistant -l root -p 22222