Relative Content

Tag Archive for pythonpostgresqlsshtunnel

Use ssh tunnel to connect to a remote unix domain socket

To connect to a remote postgresql database I need to use an ssh tunnel. But unfortunately the remote side is configured to only accept connections on the unix domain socket. I have no authority to alter the database configuration.