actions-marketplace-validations/Use Proxy to SSH and Rsync
Github -> proxy -> server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rsync_flags | you know | — | — |
| dst_host | online host | — | — |
| dst_port | online port | — | 22 |
| dst_user | online user | — | — |
| proxy_host | — | — | — |
| proxy_port | — | — | 22 |
| proxy_user | — | — | — |
| src_file | src file name | — | — |
| cache | use the file last build, rsync to proxy host | — | — |
| proxy_file_path | temporary save path | — | — |
| dst_file_path | online save path | — | — |
| key | content of ssh private key. ex raw content of ~/.ssh/id_rsa | — | — |
| ssh_before | execute commands before rsync on online host | — | — |
| ssh_after | execute commands after rsync on online host | — | — |
Outputs
no outputs