Steps I use to connect over ssh, 1) Open ssh client (you can use PuTTY or any other ssh client) 2) I create a SSH tunnel to remote host(192.168.34.150) using below command.
murtuza@debian:~/projects/pgadmin4$ ssh -L 9999:192.168.34.150:5432 murtuza@192.168.34.150 *murtuza@192.168.34.150 <murtuza@192.168.34.150>'s password: * *The programs included with the Debian GNU/Linux system are free software;* *the exact distribution terms for each program are described in the* *individual files in /usr/share/doc/*/copyright.* *Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent* *permitted by applicable law.* *Last login: Sat Oct 14 13:07:52 2017 from 192.168.34.1* 3) Now open pgAdmin4 and add new server as host: locahost & port: 9999. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Feb 8, 2018 at 3:57 AM, asantoro <annette.sant...@gmail.com> wrote: > I recently upgraded to PG Admin 4, and I wanted to connect to > Pythonanywhere > using the SSH tunneling. Unfortunately in PG admin 4 SSH Tunnelling looks > like it has been removed. > > How can I connect PG Admin 4 to Pythonanywhere without the ability to use > SSH tunneling? > > Annette > > > > -- > Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin- > support-f2191615.html > >