Connect
Establishes an SSH connection to a remote server.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Host - The hostname or IP address of the SSH server.
- Port - The port number for the SSH connection. Default is 22.
- Private Key Path - The file path to the private key for authentication (optional if using password).
Options
- Ignore Host Key Check - When enabled, skips verification of the server's host key. Security risk, use with caution.
- Timeout - The maximum time (in seconds) to wait for the connection to be established. Default is 30 seconds.
- Credentials - The SSH credentials containing username and password for authentication.
Output
- Client Id - A unique identifier for the established SSH connection, used by other SSH nodes.