poormonitor/Remote SSH Commands
Run remote ssh commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to execute on the remote server. | yes | — |
| host | Hostname or IP address of the server. | no | localhost |
| user | Username for authentication. | no | root |
| port | Port number of the server. | no | 22 |
| key | String that contains a private key for either key-based or hostbased user authentication (OpenSSH format) | no | — |
| keyfile | File location to an identity file | no | — |
| pass | Password for authentication. | no | — |
| args | SSH parameters for example: -tt. | no | — |
Outputs
no outputs