actions-marketplace-validations/SSH with cmd
Connect to host with ssh and execute cmd
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | hostname or IP of the remote system | yes | localhost |
| user | username to connect to the remote host | yes | git |
| key | private key | yes | notthisone |
| cmd | command to be executed | no | "" |
Outputs
| name | description |
|---|---|
| cmd_output | cmd output |