Re: PG Admin 4 Connection to Python Anywhere

2018-02-07 Thread Murtuza Zabuawala
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 :192.168.34.150:5432 murtuza@192.168.34.150 *murtuza@192.168.34.150 's passwo

PG Admin 4 Connection to Python Anywhere

2018-02-07 Thread asantoro
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