milanmk / actions-file-deployer

Composite GitHub Action (Linux runner) for deploying repository content to remote server. Fast and customizable deployment with proxy support. Deploy only changed files or do full sync/mirror of repository content.
The Unlicense
62 stars 14 forks source link

Permission denied (publickey) #7

Closed Bammede closed 2 years ago

Bammede commented 2 years ago

Alongside SSH with keys (authentication with keys only). I setup SFTP with users and passwords (no keys). I can login to SFTP by FileZilla with user and password and do not need keys.

          remote-host: "${{ secrets.HOST }}"
          remote-port: "${{ secrets.PORT }}"
          remote-user: "${{ secrets.USERNAME }}"
          remote-password: "${{ secrets.PASSWORD }}"

Actions shows error: Permission denied (publickey).

milanmk commented 2 years ago

It looks like a setup issue on the runner. You can enable "debug" input parameter to help you debug this issue.