Обсуждение: SSH Tunneling in pgAdmin4
One of the main reasons I have been looking forward to pgAdmin4 is to resolve the crashing issues when connecting via SSH Tunnel. There doesn't appear to be a way to set up an SSH Tunnel connection in the pgAdmin4 Beta. Didn't see any mention of it in the pgAdmin4 documentation either. Is this something that is slated for a later Beta/Alpha release?
Thanks!
Justin
Hi On Wed, Jun 15, 2016 at 3:45 PM, Justin Alford <justin.alford@gmail.com> wrote: > One of the main reasons I have been looking forward to pgAdmin4 is to > resolve the crashing issues when connecting via SSH Tunnel. There doesn't > appear to be a way to set up an SSH Tunnel connection in the pgAdmin4 Beta. > Didn't see any mention of it in the pgAdmin4 documentation either. Is this > something that is slated for a later Beta/Alpha release? No, sorry - maybe for 2.0 (though, we won't use libssh2 - it'll rely on external ssh clients). It's likely to be less important now that you can run on a web server. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
On 2016-06-15 1:03 PM, Dave Page wrote: > Hi > > On Wed, Jun 15, 2016 at 3:45 PM, Justin Alford <justin.alford@gmail.com> wrote: >> One of the main reasons I have been looking forward to pgAdmin4 is to >> resolve the crashing issues when connecting via SSH Tunnel. There doesn't >> appear to be a way to set up an SSH Tunnel connection in the pgAdmin4 Beta. >> Didn't see any mention of it in the pgAdmin4 documentation either. Is this >> something that is slated for a later Beta/Alpha release? > > No, sorry - maybe for 2.0 (though, we won't use libssh2 - it'll rely > on external ssh clients). It's likely to be less important now that > you can run on a web server. I still consider SSH tunnel support to be very important, under the assumption that running a DBMS general admin program on one's own computer that talks to the server via SSH tunnel is more secure than running one on a web server where it would present a larger attack surface on the DBMS from the public. I wouldn't want to allow connections to Postgres directly from the public internet either. -- Darren Duncan