> 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
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
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
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
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
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
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