fltuna/SSH Run
Run commands on a remote server over SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SSH host | yes | — |
| user | SSH user | yes | — |
| key | SSH private key | yes | — |
| port | SSH port | no | — |
| known_hosts | Known hosts entry | no | — |
| script | Script to execute | yes | — |
| timeout | Connection timeout in seconds | no | — |
Outputs
| name | description |
|---|---|
| stdout | Standard output from the remote command |
| exit_code | Exit code of the remote command |