-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi,
I am unsure why I can't get this to work:
sequence:
- action: ssh_command.exec_command
metadata: {}
data:
command: sudo reboot
host: 192.168.1.189
port: 8090
user: xxx
pass: xxx
alias: HyperHDR - Shutdown
I've also tried:
command: reboot
with no success.
It works when I do it through terminal(mac):

What am I doing wrong?
Also, I've added this into config.yaml:
# SSH - HyperHDR
ssh_command:
host: 192.168.1.189
port: 8090
user: !secret hyperhdr_username
pass: !secret hyperhdr_password
How do I use this in the script?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested