Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Enter the local port in the Local Source Port field.
  • Enter the server that you want to forward to in the Destination field. Note that this server can be the same server as the SSH server itself. The reason for doing this is to establish a secure connection from the local host to this server, and you don't want to dedicate another server just to provide the port forwarding.
  • Click the Add button to save this port forwarding entry.
  • You may repeat the above steps to port forward to multiple destination servers.
  • Click the Save button to complete the SSH server registration.
Example:

Image Modified

In the above example, we have configured port forwarding on the 10.220.201.174 server, which is bound to port 9998 on the local host where ADS is running. To activate this port forwarding, you will need to right-click on this SSH Connection that you have registered and select the Open option. This will open an SSH connection to the 10.220.201.174 server on port 22, and configure port forwarding to the 10.220.201.93 server on port 3306, which is bound to port 9998 on the local host where ADS is running. This is equivalent to executing the following command on the localhost:

...