steven-murray/SSH Remote Commands
Executing remote ssh commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SSH_PRIVATE_KEY | ssh key | yes | — |
| port | ssh port | — | 22 |
| REMOTE_HOST | remote host | yes | — |
| username | ssh username | — | — |
| sync | synchronous execution if multiple hosts | — | false |
| timeout | timeout for ssh to host | — | 30s |
| command_timeout | timeout for ssh command | — | 10m |
| fingerprint | sha256 fingerprint of the host public key | — | — |
| script | execute commands | — | — |
| script_stop | stop script after first failure | — | false |
| envs | pass environment variable to shell script | — | — |
| debug | enable debug mode | — | false |
Outputs
no outputs