actions-marketplace-validations/ssh-pipeline
Pipeline: ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 15, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/cross-the-world_ssh-pipeline@7f022867934a210af826af99ef80d96f03a094d5 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
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 |
| script | execute commands on ssh | no | — |
Outputs
no outputs