actions-marketplace-validations/Slim SSH Action
Executing remote ssh commands using debian-slim container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 23, 2020
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/a2m1_slim-ssh-action@6d6a054b02a6a35973b16aeeba1a1d405f22cd12 # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Host for SSH connection | — | — |
| username | Username for SSH connection | — | — |
| key | Content of the private key. Eg content of ~/.ssh/id_rsa | — | — |
| fingerprint | Fingerprint of remote host. Can be obtained with `ssh-keyscan <host> | — | — |
| script | Command to be executed on the remote host | — | — |
| debug | Enable debug output | — | false |
Outputs
no outputs