I’ve been a long-term user of HA, running a self-manged system on generic Linux. I understand the preference to move to a managed ecosystem, and have been playing with HassOS for a planned migration. The plan is to run HassOS on a KVM box.
I’m looking at an automation that will require logging into a remote Linux server via SSH and running some commands. I was originally planning to script it with bash and then use shell_command to execute. But HassOS doesn’t have the functionality exposed to allow it.
Has anyone created automations to manage functions on a Linux box via SSH, when using HassOS?