Skip to content

Commit

Permalink
Update oracle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Oct 6, 2021
1 parent d5ed24b commit 1bf339e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/destinations/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Airbyte has the ability to connect to a Oracle instance via an SSH Tunnel. The r
When using an SSH tunnel, you are configuring Airbyte to connect to an intermediate server (a.k.a. a bastion sever) that _does_ have direct access to the database. Airbyte connects to the bastion and then asks the bastion to connect directly to the server.

Using this feature requires additional configuration, when creating the source. We will talk through what each piece of configuration means.

1. Configure all fields for the source as you normally would, except `SSH Tunnel Method`.
2. `SSH Tunnel Method` defaults to `No Tunnel` (meaning a direct connection). If you want to use an SSH Tunnel choose `SSH Key Authentication` or `Password Authentication`.
1. Choose `Key Authentication` if you will be using an RSA private key as your secret for establishing the SSH Tunnel (see below for more information on generating this key).
Expand Down

0 comments on commit 1bf339e

Please sign in to comment.