actions-marketplace-validations/Rsync Deployments Action with ssh key and password
GitHub Action for deploying code via rsync over ssh to hosts that require both ssh keys and passwords
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| switches | The switches | yes | — |
| rsh | The remote shell argument | no | "" |
| path | The local path | no | "" |
| remote_path | The remote path | yes | — |
| remote_host | The remote host | yes | — |
| remote_port | The remote port | no | 22 |
| remote_user | The remote user | yes | — |
| remote_key | The remote key | yes | — |
| remote_key_pass | The remote key passphrase | no | "" |
| remote_password | The remote password' | no | "" |
Outputs
no outputs