Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

SSH

The SSH module allows you to execute commands on a remote server.

Boost.space Integrator will connect to your SSH server from its IP addresses. Ensure you whitelist these IPs to allow connections to your remote server.

Connect SSH to Boost.space Integrator

To connect SSH:

  1. Log in to your Boost.space Integrator account, add an SSH module to scenario, and click the Add button next to the Connection field.

    SSH-1.png
  2. Enter the details as given in the table as a reference.

    Connection name

    Optional: A name for the connection.

    Host

    Enter the host address of the server you want to connect.

    Port

    Enter the number of the port you want to connect to. Must be a number between 1 and 65535. The default is 22.

    Auth Type

    Select the authentication type and add the details:

    • User name and password

    • User name and key

    You can click Extract and upload the Private Key and Certificate file. The supported files are P12, PFX, or PEM.

    SSH-2.png

    Algorithms

    Add the optional algorithms:

    • Key exchange algorithms – Define a custom set of key exchange algorithms. The order of the algorithms in the arrays is important, with the most favorable being first. Please modify this field just in case you know how these algorithms are used during SSH communication.

    • Ciphers – Define a custom set of ciphers. The order of the algorithms in the arrays is important, with the most favorable being first. Please modify this field just in case you know how these algorithms are used during SSH communication.

    • Server host keys – Define a custom set of server host keys. The order of the algorithms in the arrays is important, with the most favorable being first.

      [Note] Note

      Modify this field only if you know how these algorithms are used during SSH communication.

    • HMAC – Define a custom set of HMAC. The order of the algorithms in the arrays is important, with the most favorable being first. Modify this field just in case you know how these algorithms are used during SSH communication.

  3. Click Save.

The connection is successfully established and you can now create scenarios.