cross-the-world/ssh-scp-ssh-pipelines
Pipelines: ssh -> scp -> ssh
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 | — | 22 |
| user | ssh remote user | yes | — |
| key | content of ssh private key. ex raw content of ~/.ssh/id_rsa | no | — |
| pass | ssh remote password | no | — |
| connect_timeout | connection timeout to remote host | no | 30s |
| first_ssh | execute pre-commands before scp | no | — |
| scp | scp from local to remote | no | — |
| last_ssh | execute post-commands after scp | no | — |
Outputs
no outputs