favware/SSH Remote Command Action

Executes a provided command on a remote SSH server using a private key or password.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostSSH host address (i.e. the IP address of the server)
portSSH port number22
keyContent of the SSH private key. For example, the raw content of ~/.ssh/id_rsa.
passphrasePassphrase for the SSH key (only used if "key" is provided)
usernameSSH username
passwordSSH password (ignored if "key" is provided)
commandCommands to be executed.
silentWhether to hide the output of the command.false

no outputs