favware/SSH Remote Command Action
Executes a provided command on a remote SSH server using a private key or password.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SSH host address (i.e. the IP address of the server) | — | — |
| port | SSH port number | — | 22 |
| key | Content of the SSH private key. For example, the raw content of ~/.ssh/id_rsa. | — | — |
| passphrase | Passphrase for the SSH key (only used if "key" is provided) | — | — |
| username | SSH username | — | — |
| password | SSH password (ignored if "key" is provided) | — | — |
| command | Commands to be executed. | — | — |
| silent | Whether to hide the output of the command. | — | false |
Outputs
no outputs