jnstockley/GitHub SSH Action

Run SSH commands against a remote host.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostSSH host to connect to.yes
usernameSSH username.yes
portSSH port.no22
passwordSSH password (for password auth).no
private_keySSH private key (for key auth).no
private_key_passphrasePassphrase for the SSH private key.no
commandCommand(s) to execute on the remote host. Provide a single line or a multiline list.yes
namedescription
stdoutStandard output from the remote command.
stderrStandard error from the remote command.
exit_codeExit code from the remote command.