actions-marketplace-validations/Docker context over SSH
Create a docker context over SSH authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-host | ssh host | yes | — |
| ssh-username | ssh username | yes | — |
| ssh-private-key | content of ssh private key. ex raw content of ~/.ssh/id_rsa | yes | — |
| ssh-passphrase | passphrase for private key, optional | no | — |
| ssh-port | ssh port, default 22 | no | 22 |
| ssh-socket | ssh socket, default /tmp/ssh-auth.sock | no | /tmp/ssh-auth.sock |
| context-name | name of docker context. default: remote | yes | remote |
| context-use | indicate which this context is set as docker current context. default: false | no | false |
Outputs
no outputs