sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.63k stars 732 forks source link

SSH through tunneling bastian host #368

Closed eleijonmarck closed 6 years ago

eleijonmarck commented 6 years ago

Hello,

I would like to use SSH Tunneling through Bastian host together with pdweb.

111.111.111.0+111.111.111.1+database

Would this work?

sosedoff commented 6 years ago

While the basic ssh proxy feature is available in pgweb, there's no way to configure a ssh jump-host (bastion) at this time. You would probably need to configure the local ssh tunnel through your bastion server using your local ssh configuration files. What's your current setup look like ?