Hello,

I'm trying to tunnel to my VPS Trove instance, so that I can test some code against the production database.

I'm using the following:

ssh -N -L 4177:tdlqt33y3nt.svc.trove.eqiad1.wikimedia.cloud:3306 login.toolforge.org

I've also tried:

ssh -N -L 4177:tdlqt33y3nt.svc.trove.eqiad1.wikimedia.cloud:3306 mwcurator.mwoffliner.eqiad1.wikimedia.cloud

The initial connection seems to work, but in my application I'm getting dropped connections. I see the following in the terminal where I set up the tunnel:

channel 2: open failed: connect failed: Connection refused
channel 2: open failed: connect failed: Connection refused

I imagine this isn't a fully supported workflow but I'm wondering if there's some way to get it to work?

Thanks,
-Travis