5 lines
186 B
Bash
5 lines
186 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
ssh -i /run/secrets/home-assistant/sshkey.pem -oUserKnownHostsFile=/run/config/ssh_known_hosts -oBatchMode=yes kiosk@deskpanel.pyrocufflink.red doas systemctl poweroff
|