ParameterDescription
HostThe host to connect to, can be ip address or hostname.
PortThe SSH port.
CommandThe commands to run.
Additional Error ValidationSelect 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 PatternThe regular expression pattern used to detect errors in the command output.