Replies: 2 comments
-
I have narrowed down the problem to being unable to pass the ssh key or password into the docker container. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK worked it out. In the docker you need to install openssh and sshpass sshpass -p MyPassword ssh -o StrictHostKeyChecking=no root@host.ip.address /usr/sbin/poweroff No doubt insecure, there will be better solutions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions