Using an SSH tunnel to connect to a data system
Note
This feature is available only in Validata Cloud, not in Validata Platform.
When you need to connect to a data system through a jump server, set up an SSH tunnel as follows.
In the Validata Cloud console, go to the Services page. If the service is not running, start it and wait for its status to change to Running.
Next to the service, click ... and select Security.
Select the SSH Tunnels tab.
Click Create New Tunnel and enter the following:
Name: choose a descriptive name for this tunnel.
Jump Host: the IP address or DNS name of the jump server.
Jump Host Port: the port number for the tunnel.
Jump Host Username: the jump host operating system user account that Validata Cloud will use to connect.
Database Host: the IP address or DNS name of the database.
Database Port: the port for the database.
Click Create Tunnel. Do not click Start yet.
Under Public Key, click Get Key > Copy Key.
Add the copied key to your jump server's authorized keys file, then return to the Security page and click Start. The SSH tunnel is now usable in the data system connection settings.
Give the user specified for Jump Host Username the necessary file system permissions to access the key.
Under Tunnel Address, click Copy to get the string to provide as the host name.