Using SSH Key Authentication with UpSnap for Remote Shutdown #1071
Unanswered
Masked-Kunsiquat
asked this question in
Help wanted
Replies: 1 comment
-
Hey. I think you might be on the wrong track. This seems to be an issue with your ssh approach not with upsnap. How are you running your upsnap instance? I use a docker based approach.
After that the command can be used as always: |
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
-
First off - thanks so much for this tool - it's made WoL significantly easier in my HomeLab!
My Setup
The Issue
I'm having trouble getting UpSnap to use SSH key-based auth for shutdown commands. I prefer not to use password-based auth for security reasons (and laziness changing all the custom configs 😅)
When i try to use a command like:
I get these errors in the logs:
I also tried:
But see similar timeout errors.
Questions
I understand
sshpass
with password auth works, but I'd prefer to stick with key-based auth if possible.Thanks for any help you can provide!
Beta Was this translation helpful? Give feedback.
All reactions