drone-ssh
drone-ssh copied to clipboard
ssh.ParsePrivateKey: ssh: no key found
Hello, I have a problem i use password ,is ok ,but use ssh_key failure
2022/03/18 08:47:59 ssh.ParsePrivateKey: ssh: no key found 2022/03/18 08:47:59 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain
post your config?
I'm having the same issue running the github action.
Config:

The debug output prints:
so it seems to get the key
The key is also passed to docker (-e "INPUT_KEY") and works when connecting locally.