d3rhase/SSH Command
Run a command on a remote server via ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | hostname / IP of the server | yes | — |
| port | ssh port of the server | no | 22 |
| user | user of the server | yes | — |
| private_key | private ssh key registered on the server | yes | — |
| host_fingerprint | Fingerprint of the server, preventing man-in-the-middle attacks | no | — |
| command | command to be executed | no | echo 'Hello world' |
Outputs
no outputs