Home Assistant Community Add-on: SSH & Web Terminal 

only ssh

username: hassio
password: hassio
authorized_keys: []
sftp: false
compatibility_mode: false
allow_agent_forwarding: false
allow_remote_port_forwarding: false
allow_tcp_forwarding: false

 

only ssh and sftp

username: root
password: rassbery
authorized_keys: []
sftp: true
compatibility_mode: false
allow_agent_forwarding: false
allow_remote_port_forwarding: false
allow_tcp_forwarding: false

 

Turn off protected mode for SSH & Web Terminal addon

 

SSH & Web Terminal Addon-1.png

Note

before Turn off protected mode

➜  ~ docker ps -a
PROTECTION MODE ENABLED!

To be able to use this command, you'll need to disable
protection mode on this add-on. Without it, the add-on
is unable to access Docker.

Steps:
 - Go to the Settings Panel.
 - Enter the 'Add-ons' menu.
 - Click on the Advanced SSH & Web Terminal add-on.
 - Set the 'Protection mode' switch to off.
 - Restart the add-on.

Access to Docker allows you to do really powerful things
including complete destruction of your system.
Please, be sure you know what you are doing before enabling
this feature!

 

after Turn off protected mode

 

Protection mode is disabled!

Protection mode on this add-on is disabled! This gives the add-on full access to the entire system, which adds security risks, and could damage your system when used incorrectly. Only disable the protection mode if you know, need AND trust the source of this add-on.

保护模式已禁用!

此加载项的保护模式已禁用!这将使加载项具有对整个系统的完全访问权限,这增加了安全风险,并且在使用不当时可能会损坏系统。请务必在了解、信任加载项来源并且确有需要时,才禁用保护模式。

output

 docker ps -a
CONTAINER ID   IMAGE                                                      COMMAND               CREATED          STATUS          PORTS                                     NAMES
603426a4223d   ghcr.io/hassio-addons/ssh/amd64:20.0.2                     "/init"               40 seconds ago   Up 39 seconds                                             addon_a0d7b954_ssh
dbd979bc8436   ghcr.io/hassio-addons/ftp/amd64:5.2.1                      "/init"               4 hours ago      Up 4 hours                                                addon_a0d7b954_ftp
efd6cb2e587e   ghcr.io/esphome/esphome-hassio:2024.12.2                   "/init"               4 hours ago      Up 4 hours                                                addon_5c53de3b_esphome
b520a51eb6a3   ghcr.io/home-assistant/amd64-hassio-multicast:2025.02.0    "/init"               4 hours ago      Up 4 hours                                                hassio_multicast
c99103bde4be   ghcr.io/home-assistant/amd64-hassio-audio:2025.02.0        "/init"               4 hours ago      Up 4 hours                                                hassio_audio
1c752bb74d3a   ghcr.io/home-assistant/amd64-hassio-dns:2025.02.0          "/init"               4 hours ago      Up 4 hours                                                hassio_dns
08799625ebb2   ghcr.io/home-assistant/amd64-hassio-cli:2025.02.0          "/init"               4 hours ago      Up 4 hours                                                hassio_cli
ec3623ab015a   ghcr.io/home-assistant/amd64-hassio-observer:2025.02.0     "/usr/bin/observer"   5 hours ago      Up 4 hours      0.0.0.0:4357->80/tcp, [::]:4357->80/tcp   hassio_observer
7297469d5fb2   ghcr.io/home-assistant/amd64-hassio-supervisor:latest      "/init"               8 days ago       Up 4 hours                                                hassio_supervisor
8b5fb8737e05   ghcr.io/home-assistant/qemux86-64-homeassistant:2025.1.2   "/init"               2 months ago     Up 4 hours            

 

haos 16.2 2025.09

 docker ps -a

output

CONTAINER ID   IMAGE                                                      COMMAND               CREATED          STATUS          PORTS                                     NAMES
d0e8b656173d   ghcr.io/hassio-addons/ssh/amd64:21.0.3                     "/init"               47 minutes ago   Up 47 minutes                                             addon_a0d7b954_ssh
bcb8accab4cc   ghcr.io/home-assistant/qemux86-64-homeassistant:2025.9.1   "/init"               6 hours ago      Up 6 hours                                                homeassistant
ba395d26a8c8   ghcr.io/home-assistant/amd64-hassio-multicast:2025.08.0    "/init"               6 hours ago      Up 6 hours                                                hassio_multicast
f431dd739426   ghcr.io/home-assistant/amd64-hassio-audio:2025.08.0        "/init"               6 hours ago      Up 6 hours                                                hassio_audio
f83f431d4d31   ghcr.io/home-assistant/amd64-hassio-dns:2025.08.0          "/init"               6 hours ago      Up 6 hours                                                hassio_dns
d6fc17405931   ghcr.io/home-assistant/amd64-hassio-cli:2025.09.0          "/init"               6 hours ago      Up 6 hours                                                hassio_cli
9b5ce9ee2cd6   ghcr.io/home-assistant/amd64-hassio-observer:2025.02.0     "/usr/bin/observer"   7 hours ago      Up 6 hours      0.0.0.0:4357->80/tcp, [::]:4357->80/tcp   hassio_observer
9552b94f40ed   ghcr.io/home-assistant/amd64-hassio-supervisor:latest      "/init"               7 hours ago      Up 6 hours                                                hassio_supervisor

 

Comments


Comments are closed