appleboy / drone-scp

Copy files and artifacts via SSH using a binary, docker or Drone CI.
MIT License
142 stars 30 forks source link

ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain #105

Closed lddsb closed 4 years ago

lddsb commented 4 years ago

image

ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain

lddsb commented 4 years ago

sorry, it's my fault not drone-scp

tubia commented 4 years ago

Hey @lddsb I have the same problem. Could you explain how you solved this?

lddsb commented 4 years ago

Hey @lddsb I have the same problem. Could you explain how you solved this?

The reason is that I changed the ssh port, please check your port

tubia commented 4 years ago

The port is correct for me. It is probably something related to the key generation I guess. I will add more as soon as I find more info on it.

cavejay commented 4 years ago

@tubia did you find anything?