actions-marketplace-validations/Remote SSH Pusblish
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. | no | "" |
| from | Folder or file | no | — |
| to | Folder or file | no | — |
| sync | Mode to copy (where [from] is localized) [local|remote] | no | "" |
| 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 | File Location or string that contains a private key for either key-based or hostbased user authentication (OpenSSH format) | yes | — |
| pass | Password for authentication. | no | — |
| args | SSH parameters for example: -tt. | no | — |
Outputs
no outputs