Question: How are "shell_command" actions being handled when multiple SSH add-ons are installed on HAOS? #848
-
For testing purposes I have both, the Terminal & SSH add-on and the Advanced SSH & Web Terminal installed on my HAOS instance. Edit: I guess it does matter as both add-ons seem to use different SSH environments for known_devices, authorized_keys and so on. But still: Which add-on is being used by default for Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
None of them, the command will be executed inside the Home Assistant container, each addon is in its own container and with its own environment. If you want to use the addon, then you need to call a chain of commands in the HA container that will go to the desired addon via ssh and call the desired command there. |
Beta Was this translation helpful? Give feedback.
-
None indeed. you are mixing up add-ons and integrations. ../Frenck |
Beta Was this translation helpful? Give feedback.
None of them, the command will be executed inside the Home Assistant container, each addon is in its own container and with its own environment. If you want to use the addon, then you need to call a chain of commands in the HA container that will go to the desired addon via ssh and call the desired command there.