SSH
App Vendor: SSH
App Category: IT Services
Connector Version: 1.0.4
API Version: 1.0.0
Notice
This is a beta-app and the documentation is in progress.
About App
This app provides the ability to create an SSH connection to a host.
The SSH connector app is configured with the Orchestrate application to perform the following actions:
Action Name | Description |
---|---|
Execute Shell Command | This action executes a shell command |
Configuration Parameters
The following configuration parameters are required for the SSH connector app to communicate with the SSH enterprise application. You can configure the parameters while creating an instance for the SSH application:
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Hostname | Enter the hostname to establish an SSH connection | Text | Required | |
User | Enter the username for the host | Text | Required | |
Port | Enter a port number if you are using specific port | Text | Optional | The default port for SSH is 22. |
Password | Enter the password. | Password | Optional | |
SSHKey | Enter the SSH key. | Password | Optional | |
SSH Passphrase | Enter the SSH key passphrase. | Password | Optional |
Action: Execute Shell Command
This action executes a shell command.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Command to Run | Provide the command to run on the remote server | Text | Required |