Spp595
(Sp595)
March 5, 2023, 8:59am
1
I used to have an installation docker in which shell command worked fine. I used the data
of the
shell_command command:
disable_pc: ssh [email protected] 'shutdown now'
enable_pc: awake mac address
and I logged into the terminal of my docker home assistant and installed awake and ssh key there.
I decided to do the same in the supervisor. I downloaded the terminal extension and did the same thing, but it doesn’t work. What could be the problem?
tom_l
March 5, 2023, 9:12am
2
There is some advice here:
I’ve noticed there’s a significant number of posts looking for help on this topic and the posters all seem to struggle with a few common issues. I realized I’ve been almost copying and pasting my responses on these topics so it seemed like a good case for a community guide.
What will this cover
This guide will walk through the process of getting a command which ssh’s into another machine to get some simple data ready to be included in a command line sensor . To keep it simple I’ll use the same …