Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread svoop_6cedifwf9e
> Sven, how you have identified the key exchange algorithm used by libssh2, is > there any way to identify using fingerprint or key?? I'm looking at what sshd logs on the server end. Or you start sshd with the "-d" argument which logs to stdout and prevents sshd from being backgrounded. You cou

Re: [pgadmin-support] Greenplum warning message

2015-12-02 Thread Per Wigren
No, they have just started the process of merging upstream, starting with the same version they forked from, then merging forward a few commits at at time. That is a huge undertaking so I suspect that it will take quite a while before there is a stable release based on modern PostgreSQL. I would v

[pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Adam Pearson
Hello all, I’ve encountered an interesting issue with PGAdmin III and usage of the dblink_connect_u function. When I run the SQL first time around it works, query returns results fine, second time around it fails with the below error message. The connection to the database looks

Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Akshay Joshi
On Wed, Dec 2, 2015 at 6:35 PM, Ashesh Vashi wrote: > On Wed, Dec 2, 2015 at 6:34 PM, Dave Page wrote: > >> >> >> On Wed, Dec 2, 2015 at 9:59 AM, Ashesh Vashi < >> ashesh.va...@enterprisedb.com> wrote: >> >>> >>> On Wed, Dec 2, 2015 at 3:27 PM, Akshay Joshi < >>> akshay.jo...@enterprisedb.com> w

Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Ashesh Vashi
On Wed, Dec 2, 2015 at 6:34 PM, Dave Page wrote: > > > On Wed, Dec 2, 2015 at 9:59 AM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> >> On Wed, Dec 2, 2015 at 3:27 PM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> >>> >>> On Wed, Dec 2, 2015 at 3:20 PM, Dave Page w

Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Dave Page
On Wed, Dec 2, 2015 at 9:59 AM, Ashesh Vashi wrote: > > On Wed, Dec 2, 2015 at 3:27 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> On Wed, Dec 2, 2015 at 3:20 PM, Dave Page wrote: >> >>> Hi >>> >>> On Wed, Dec 2, 2015 at 9:19 AM, Akshay Joshi < >>> akshay.jo...@enterprised

Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Ashesh Vashi
On Wed, Dec 2, 2015 at 3:27 PM, Akshay Joshi wrote: > > > On Wed, Dec 2, 2015 at 3:20 PM, Dave Page wrote: > >> Hi >> >> On Wed, Dec 2, 2015 at 9:19 AM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Dave >>> >>> I have updated the *libssh2* library with the latest available c

Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Akshay Joshi
On Wed, Dec 2, 2015 at 3:20 PM, Dave Page wrote: > Hi > > On Wed, Dec 2, 2015 at 9:19 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> >> I have updated the *libssh2* library with the latest available code on >> their git repository. The new code used >> "diffie-hellman

Re: [pgadmin-support] SSH tunnel key exchange methods

2015-12-02 Thread Dave Page
Hi On Wed, Dec 2, 2015 at 9:19 AM, Akshay Joshi wrote: > Hi Dave > > I have updated the *libssh2* library with the latest available code on > their git repository. The new code used > "diffie-hellman-group-exchange-sha256" algorithm for > key exchange and they also fixed some memory leak. I hav