#Getting SSH key from HA

1 messages · Page 1 of 1 (latest)

nova sundial
#

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?

feral bluff
nova sundial
nova sundial
dim pivot
#

Just create a new ssh key (from anywhere), put it in /config somewhere and reference it in your ssh command.

feral bluff
nova sundial
#

My brain is very fuzzed and I might be not understanding very simple things...

feral bluff