nekiro/ssh-job
Execute any script through ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Target machine hostname or ip | yes | — |
| port | Port to use while connecting | yes | 22 |
| key | Ssh private key used to connect to target machine | — | — |
| passphrase | Passphrase for the private key | no | — |
| user | Ssh user | — | — |
| password | Ssh password | — | — |
| envs | Environment variables passed to the shell script | — | — |
| ignoredEnvs | Environment variables that are ommited from passing to the shell | — | — |
| command | Bash commands ran on target machine | yes | — |
| exportActionOptions | Export all action options to shell script | no | — |
| tty | Allocate a pseudo-terminal (TTY) for the SSH command | no | false |
Outputs
no outputs