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:
login
commandcd /root/.ssh
docker exec -it addon_core_ssh ls -la /data/.ssh
authorized_keys
from addon to host:docker cp addon_core_ssh:/data/.ssh/authorized_keys .
chmod 600 authorized_keys
systemctl enable --now dropbear
ssh homeassistant -l root -p 22222