mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 05:38:05 +00:00
fix: Add info for Permission denied issue.
This commit is contained in:
parent
725ce37b9f
commit
845b578606
@ -146,6 +146,9 @@ These issues are not related to the action itself.
|
|||||||
- Check manually your ssh connection from your client before opening a bug report.
|
- Check manually your ssh connection from your client before opening a bug report.
|
||||||
- Check `rsync` params for your use-case. Default params are not necessarily going to be enough for everyone, it highly depends on your setup.
|
- Check `rsync` params for your use-case. Default params are not necessarily going to be enough for everyone, it highly depends on your setup.
|
||||||
- Check manually your rsync command from your client before opening a bug report.
|
- Check manually your rsync command from your client before opening a bug report.
|
||||||
|
- `Deployment Failed, Permission denied (publickey,password)`: This issue occures in some cases, it is related to OS and ssh. This action can only provide a workaround:
|
||||||
|
- Use `SCRIPT_BEFORE` param, eg `SCRIPT_BEFORE: ls`. This will force `known_hosts` update, adding your host via `ssh-keyscan`.
|
||||||
|
- Or manually add public key to authorized_keys and add a new line to a private key.
|
||||||
|
|
||||||
I've added e2e test for this action.
|
I've added e2e test for this action.
|
||||||
Real example is executed on every PR merge to `main`.
|
Real example is executed on every PR merge to `main`.
|
||||||
|
Loading…
Reference in New Issue
Block a user