Database Actions
Run SSH Action
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.Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network.
Parameter | Description |
---|---|
Host | The host to connect to, can be ip address or hostname. |
Port | The SSH port. |
Command | The commands to run. |
Additional Error Validation | Select additional validation method to apply to the SSH response and determine the success/failure of the action: • Default (Bash): Relies on standard Bash exit codes (0 = success, non-zero = failure). This is the recommended option for most cases.• Regex: Use a custom regular expression to detect errors in the command output. The action fails if the regex pattern matches any part of the output. Select this option for detecting specific error messages. • None: No additional error validation is applied. Select this option when running commands that don’t conform to standard conventions or when you intend to handle errors manually in your workflow. |
RegEx Pattern | The regular expression pattern used to detect errors in the command output. |