Skip to main content
Question

How do setup DB connection to postgreSQL using private key. I have server IP, user name and RSA key.

  • August 29, 2019
  • 2 replies
  • 105 views

Forum|alt.badge.img

How do setup DB connection to postgreSQL using private key. I have server IP, user name and RSA key.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2

Hi @rbeerak

 

 

Connecting to databases through FME will need to be done with a username and password, filling in the required connection information shown here:

 

 

It also doesn't look like you're able to pass the key in the JDBC settings either: https://jdbc.postgresql.org/documentation/94/connect.html

 

 

 

I don't know where there's a way you can connect using your key with pgsql or python - but if you can find documentation/instructions explaining how you could try using the SystemCaller/PythonCaller to run those commands as a workaround.

Forum|alt.badge.img
  • Author
  • September 5, 2019

thank you @jlutherthomas