itk-dev/Execute remote SSH commands
Execute remote SSH commands with ssh private/public keys
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command(s) to execute. | yes | — |
| host | FQDN - Server hostname (default: localhost). | no | localhost |
| user | Remote SSH username (default: deploy) | no | deploy |
| port | Remote port number (default 22). | no | 22 |
| key | File Location or string that contains a private key | yes | — |
| cert | Public signed certificate | yes | — |
| args | SSH parameters | no | — |
Outputs
no outputs