core.ssh.execute_command
Execute a command over SSH and return stdout, stderr, and exit status.
Secrets
Required secrets:ssh: required valuesPRIVATE_KEY.
Inputs
Command to execute on the remote host.
SSH host to connect to.
Expected public host key for the target host in ‘<key_type> <base64>’ format. For non-22 ports, the entry is stored as [host]:port.
SSH username.
Password for the SSH user.Default:
null.SSH port. Defaults to 22.Default:
22.Timeout in seconds for connection and command execution.Default:
30.0.