SSH Client
Daniel Chilcott avatar
Written by Daniel Chilcott
Updated over a week ago

Initiates an SSH session, sends the commands contained in a script and returns the response.


Properties

Connection

Type: Connection Input

Host
Type: String

Username
Type: String

Password
Type: String

The Connection Property

Script

Type: Multiline Text Input
A script containing the commands to execute.

Response

Type: Multiline Text Output
The results returned in response to the commands executed.

Remarks

Use this Connector to execute commands on a remote machine via SSH.

Did this answer your question?