Replies: 1 comment
-
After some investigation I figured out, that it's not an Windows openSSH issue. Semaphore just uses the wrong keystore. I've already deleted the task and created a new one. No changes. I also could verify it in the ssh logs on the windows server that semaphore tries to login with the wrong username. What I'm doing wrong? |
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.
-
Hi,
when I try to run a task against a windows system (open-ssh server with username/password) I always get the following error message:
fatal: [172.18.2.242]: UNREACHABLE! => {"changed": false, "msg": "Invalid/incorrect password: Permission denied, please try again.", "unreachable": true}
I can connect to the windows system via ssh from all other systems (including the linux system where semaphore is installed) and there's definitely no username / password missmatch in the keystore.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions