SSH Connections

SSH (Secure Shell) is a network protocol that allows a secure access over an encrypted connection. Reverse SSH is a technique that can be used to access systems (that are behind a firewall) from the outside world. As part of the SSH configuration, you can configure a connection to the server and then configure any number of SSH tunnels to the same server. 

To create an SSH connection:

  1. Click the Add Connections button.

    The Add SSH connection dialog appears.

  2. In the Host field, enter the IP address or host name of the host that you wish to access. 
  3. In the Port field, enter the port number to access the host. 
  4. Click Apply
    The connection to the specified server is configured. 

To create a reverse tunnel to the same server:

  1. Under the destination that you have configured, click Edit Credentials.

    The Connection Credentials dialog appears.
  2. In the User field, enter the user name to access the tunnel.
  3. Click Private Key, navigate to the file location and select the file. 
  4. Click Apply.
  5. Click Add to add a reverse tunnel.

    The Tunnel details dialog appears.
  6. In the Remote Source Port field, enter the port number of the remote server.
  7. In the Local Destination IP field, enter the IP address of the local server. 
  8. In the Local Destination Port field, enter the port number to connect the tunnel. 
  9. Click OK.
  10. Repeat steps 5-9 to add additional tunnels.