Re: PG Admin 4 Connection to Python Anywhere

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: asantoro <annette(dot)santoro(at)gmail(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PG Admin 4 Connection to Python Anywhere
Date: 2018-02-08 03:37:13
Message-ID: CAKKotZRBre8cvBVSz8cneu7uyFF-vODJaceNsT-8q6QRifOSHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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(at)debian:~/projects/pgadmin4$ ssh -L 9999:192.168.34.150:5432
murtuza(at)192(dot)168(dot)34(dot)150
*murtuza(at)192(dot)168(dot)34(dot)150 <murtuza(at)192(dot)168(dot)34(dot)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(dot)santoro(at)gmail(dot)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
>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Johann Spies 2018-02-08 06:59:22 Re: able column headings PgAmin4
Previous Message Murtuza Zabuawala 2018-02-08 03:21:17 Re: password