Hello, :SChighfive:
I've been trying to make my HA capable of managing my secondary server. Turning it on/off.
For this, I'd be using shell_command and an ssh command to my server to shut it down. Issue being, I've used the terminal add on and gotten the SSH key from there. Only to realize it seems to run on TMUX? And the SSH pub key it gives me is the one from the TMUX virtual environment?
How do I go about and get the SSH key from my HA instance, so it can SSH to my other machines and run commands?