Hi All.
ssh has this:
#cat ~/.ssh/config
Host host-gate
Hostname www.mysite.com #for example 155.155.155.155 (ext ip)
Port 22
User root
Host host-in
Hostname 192.168.1.100 # (int ip for example)
Port 22
User root
ProxyCommand ssh host-gate nc -w 180 %h %p
and now W
Hi,
I'm using pgAdmin 1.22.1 on Windows 7 and wanted to connect to a server
using SSPI authentication. I managed it in the end, but the user experience
could do with a lot of improvement.
It was unclear to me whether pgAdmin supports SSPI at all, because the UI
says nothing about this and googlin