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

2015-12-08 Thread Ashesh Vashi
On Tue, Dec 8, 2015 at 6:36 PM, Dave Page wrote: > Yes, I think so. > Thanks. I have committed the code in the master branch, from which we will create a new branch 'REL-1_22_0_PATCHES' for 1.22.x releases. -- Thanks & Regards, Ashesh Vashi > > On Tue, Dec 8, 2015 at 1:05 PM, Ashesh Vashi < >

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

2015-12-08 Thread Dave Page
Yes, I think so. On Tue, Dec 8, 2015 at 1:05 PM, Ashesh Vashi wrote: > Dave, > > Patch looks good to me. > But - Should we consider this as a bug fix, and commit it for 1.22.0 > release? > > -- > > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company >

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

2015-12-08 Thread Ashesh Vashi
Dave, Patch looks good to me. But - Should we consider this as a bug fix, and commit it for 1.22.0 release? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi*

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

[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

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

2015-11-30 Thread Dave Page
Ok, thanks Akshay. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 30 Nov 2015, at 12:57, Akshay Joshi wrote: > > Hi Dave > >> On Mon, Nov 30, 2015 at 10:41 AM, Akshay Joshi >> wrote: >> Hi

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

2015-11-30 Thread Akshay Joshi
Hi Dave On Mon, Nov 30, 2015 at 10:41 AM, Akshay Joshi wrote: > Hi Dave > > On Fri, Nov 27, 2015 at 3:01 PM, Dave Page wrote: > >> On Fri, Nov 27, 2015 at 9:23 AM, Sven >> wrote: >> >> The key exchange methods offered when opening an SSH tunnel are all >> >> SHA1 and therefore too weak: >> >>

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

2015-11-29 Thread Akshay Joshi
Hi Dave On Fri, Nov 27, 2015 at 3:01 PM, Dave Page wrote: > On Fri, Nov 27, 2015 at 9:23 AM, Sven > wrote: > >> The key exchange methods offered when opening an SSH tunnel are all > >> SHA1 and therefore too weak: > >> > >> [sshd] fatal: Unable to negotiate with xxx.xxx.xxx.xxx: no matching > >

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

2015-11-27 Thread Dave Page
On Fri, Nov 27, 2015 at 9:23 AM, Sven wrote: >> The key exchange methods offered when opening an SSH tunnel are all >> SHA1 and therefore too weak: >> >> [sshd] fatal: Unable to negotiate with xxx.xxx.xxx.xxx: no matching >> key exchange method found. Their offer: >> diffie-hellman-group14-sha1,di

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

2015-11-27 Thread Sven
> The key exchange methods offered when opening an SSH tunnel are all > SHA1 and therefore too weak: > > [sshd] fatal: Unable to negotiate with xxx.xxx.xxx.xxx: no matching > key exchange method found. Their offer: > diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1, > diffie-hellman

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

2015-11-10 Thread Dave Page
Akshay; Is this something that's fixable in our code, or do we need to update libssh2, or...? On Tue, Nov 10, 2015 at 8:39 AM, Sven wrote: > Hi > > The key exchange methods offered when opening an SSH tunnel are all > SHA1 and therefore too weak: > > [sshd] fatal: Unable to negotiate with xxx.xx

[pgadmin-support] SSH tunnel key exchange methods

2015-11-10 Thread Sven
Hi The key exchange methods offered when opening an SSH tunnel are all SHA1 and therefore too weak: [sshd] fatal: Unable to negotiate with xxx.xxx.xxx.xxx: no matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1, diffie-hellman-group1-s