burnett01/Rsync Deployments Action
GitHub Action for deploying code via rsync over ssh securely - used by 5k+ workflows!
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 | "" |
| legacy_allow_rsa_hostkeys | Enables support for legacy RSA host keys on OpenSSH 8.8+ | no | false |
| strict_hostkeys_checking | Controls strict host keys checking | no | false |
| 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 | "" |
| debug | Debug the action | no | false |
Outputs
no outputs