Tagged Questions
1
vote
0answers
258 views
Postgresql server doesn't listen
I just recently install PostgreSQL on our server via SSH. The installation went successful, until the time I tried to connect to it using pgAdmin on my Windows machine. I received this kind of error:
...
1
vote
1answer
572 views
Script to establish SSH tunnel and then run another program that uses the tunnel
I am running a GUI app (Gnucash) that connects to a remote Postgres database via a secure shell session. I can use the SSH -L command to tunnel a local port and then separately run Gnucash and this ...
3
votes
3answers
4k views
pgadmin3: Unable to initialize gtk, is DISPLAY set properly? [closed]
I'm having some trouble getting pgadmin3 to run on a remote server. I'm logging in to the server using SSH with the -X option. When I first installed pgadmin3, I was able to launch it using the ...