tiyee/Action-SSH
Simple GitHub Action to run commands on a remote server using SSH.
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. | yes | — |
| username | Username for authentication. | yes | — |
| port | Port number of the server. | no | 22 |
| privateKey | File string that contains a private key for either key-based or hostbased user authentication (OpenSSH format) | yes | — |
Outputs
no outputs