harrel56/SSH Connect
Connects to a remote server via SSH and runs a command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Remote server hostname or IP | yes | — |
| known_hosts | To obtain, run in safety: ssh-keyscan -H -t ssh-ed25519 {your-ip} | yes | — |
| user | SSH username | yes | — |
| key | SSH private key (PEM format) | yes | — |
| script | Script to run on the remote server | yes | — |
Outputs
no outputs