lexty/SSH Sync Action
Execute SSH commands and bidirectional file transfers via rsync and scp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SSH remote host | yes | — |
| port | SSH remote port | no | 22 |
| user | SSH remote user | yes | — |
| pass | SSH remote password | no | — |
| key | SSH private key as string | no | — |
| connect_timeout | Connection timeout to remote host | no | 30s |
| first_ssh | Execute commands before syncing data | no | — |
| scp_upload | Upload from local to remote using scp | no | — |
| scp_download | Download from remote to local using scp | no | — |
| rsync_upload | Upload from local to remote using rsync | no | — |
| rsync_download | Download from remote to local using rsync | no | — |
| last_ssh | Execute commands after syncing data | no | — |
| scp_options | Additional scp command options | no | "" |
| rsync_options | Additional rsync command options | no | -avz --delete |
| ssh_options | Additional SSH options | no | "" |
Outputs
no outputs