- Directly by whitelisting Integrate.io ETL’s IP
- Through an SSH tunnel
- Through a Reverse SSH tunnel
Direct Connection
Provide Integrate.io ETL access to your server from Integrate.io ETL’s network:- Allow access to your server’s host and port from Integrate.io ETL’s IP addresses.
- Create a user and grant it minimum permissions required for Integrate.io ETL to read or write data from the server.
- See these articles for details of setting up secure access for Amazon Relational Database Service (RDS) and for Amazon Redshift.
SSH Tunnel
SSH Tunnel lets you connect Integrate.io ETL to your database or file server through a bastion host or a tunnel server. This connection type is used if you are unable to add an inbound firewall rule to your data warehouse, or your data warehouse IP address is on an internal network (no outside network access).Creating Integrate.io ETL Connection
SSH Tunnel connection is supported on database connections and SFTP.Choose SSH tunnel connection as Access type and supply your connection and tunnel host details. Then Click Create Connection to generate a unique SSH public key for your connection.

Preparing the Tunnel Host
You will need to prepare your host (either bastion host or tunnel server) by creating an integrate.io ETL user and adding the connection’s public key to the integrate-io ~/.ssh/authorized_keys file. Here’s how:Create the authorized_keys file and change permission:Using your favorite text editor, add your connection’s public key to the authorized_keys.

Allow access to your server’s host and port from Integrate.io ETL’s IP addresses.
Reverse SSH Tunnel
You can also connect to Integrate.io ETL through reverse SSH Tunnel if you are unable to provide direct port access to your instance. We recommend that you use autossh which starts an instance of SSH client and monitors it, restarting it as necessary should it die or stop passing traffic. In order to allow Integrate.io ETL to connect to your server through an SSH tunnel, you have to complete the following steps:Prerequisite
Add a public key in your user settings. The public key will be propagated to all Integrate.io ETL servers in up to 30 minutes.Creating Integrate.io ETL Connection
Choose Reverse SSH tunnel connection as Access type and supply your connection’s username and port.
Establishing Reverse SSH Connection
You can test the tunnel using SSH. Use the following syntax and insert your information at the placeholders:
Run autossh. Use the following syntax and insert your information at the placeholders:For example, if you open the tunnel to a database that listens to port 5432 on host mydbserver, and the connection’s assigned host and port at Integrate.io ETL are tunnel.integrate.io and 12345. Note that the SSH port in Integrate.io ETL’s servers is 50683:


