Re: [pgadmin-hackers] [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-hackers] [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-hackers] [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-hackers] [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-hackers] [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-hackers] [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-hackers] [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-hackers] [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-hackers] [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-hackers] [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