Hi guys! I need some help to clarify how to correc...
# troubleshooting
c
Hi guys! I need some help to clarify how to correctly configure ssh tunnel settings to create a tap for postgres. How do you reference an OpenSSH private key in the command "*meltano config tap-postgres set ssh_tunnel private_key".* Do you reference the filepath to the key similar to other systems, or use the reference the private key itself? I'm configuring the tap via terminal commands using a windows subsystem for Linux. Any guidance would be awesome 🙂 For further context: I keep getting the error message : ValueError: Could not determine the key type for tap_postgres/tap.py", line 449, in guess_key_type function.
✅ 1
Resolved issue. Must enter entire OpenSSH key in .env instead via terminal command given structure of the key.
e
Hi @Connor McDowall! Starting with Meltano v3.2, you can read a configuration value from a file: https://docs.meltano.com/reference/command-line-interface/#how-to-use-read-setting-value-from-a-file. It was implemented with precisely private keys and similar files in mind.
🙌 1