actions-marketplace-validations/Slim SSH Action

Executing remote ssh commands using debian-slim container

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 23, 2020
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/a2m1_slim-ssh-action@6d6a054b02a6a35973b16aeeba1a1d405f22cd12 # no releases — HEAD as of 2026-07-20

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostHost for SSH connection
usernameUsername for SSH connection
keyContent of the private key. Eg content of ~/.ssh/id_rsa
fingerprintFingerprint of remote host. Can be obtained with `ssh-keyscan <host>
scriptCommand to be executed on the remote host
debugEnable debug outputfalse

no outputs