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