Add support for proxy for individual connections beacause of work safety- e.g. when I have several different socks-proxies in order to reach different databases, and I would like an option to specify which socks-proxy to use for each database-connection.
As it works now, I have to set up static tunnels through the different proxies, and make every connection to localhost. This is a bit unsecure, since I can actually switch production and test-dabase on my tunnels and then believe I'm working on test, when in fact working in production.

Comments (3)
Hi, you can try the syntax: username[proxy]
in the login dialog. Tell us if it helps, please.
In my world user name is the same for test and production.
bye
T
I use a socks-proxy on my local computer listening at port 8022.
When I specified username[localhost:8022], I did not get connected.