You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have added support for SSH in postgres source and destination. There are some details to generating a correctly formatted SSH key that are not intuitive / easy to mess up. We need to make sure to add them into our docs.
The text was updated successfully, but these errors were encountered:
Airbyte should generate the key. It has the libraries setup to do this and there is no good reason that it cannot generate and store the private key and provide the public key for installs. (Similar services such as Fivetran just provide the public key that is used for install on the egress server)
This should be an integrated feature. SSH key auth should also have a password field for those that wish to password protect their SSH private keys.
Tell us about the problem you're trying to solve
We have added support for SSH in postgres source and destination. There are some details to generating a correctly formatted SSH key that are not intuitive / easy to mess up. We need to make sure to add them into our docs.
The text was updated successfully, but these errors were encountered: