Skip to main content

Run SSH Action

RunSSHCommand

This action allows the user to perform SSH through Blink. Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line, login, and remote command execution, but any network service can be secured with SSH.

Run SSH Command

Executes an SSH command against a remote host.

ParameterDescription
HostThe host to connect to, can be ip address or hostname.
CommandThe commands to run.
PortThe SSH port.
TimeoutTimeout in seconds for the command.