garygrossgarten/Run SSH command
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. | no | localhost |
| username | Username for authentication. | no | — |
| port | Port number of the server. | no | 22 |
| privateKey | File Location or string that contains a private key for either key-based or hostbased user authentication (OpenSSH format) | no | — |
| password | Password for password-based user authentication. | no | — |
| passphrase | For an encrypted private key, this is the passphrase used to decrypt it. | no | — |
| tryKeyboard | Try keyboard-interactive user authentication if primary user authentication method fails. | no | — |
Outputs
no outputs