RE: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

2020-06-29 Thread GUPTA Deepika
Hi ,

Can you please suggest the prerequisite for libssh-0.9.0
I am using Centos 6.10 - 32bit , GCC -4.9.2, openssl 1.0.1o.
 With this configuration I am able to build libssh -0.8.9  and still struggling 
with Libssh -0.9.0.

Regards,
Deepika 

-Original Message-
From: GUPTA Deepika 
Sent: 26 June 2020 12:33
To: Andreas Schneider ; libssh@libssh.org
Subject: RE: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

Hi , 

I am trying to install Libssh 0.9.4 using tar file and need to resolve the 
dependencies .We are Using Openssl .

Regards,
Deepika 

-Original Message-
From: Andreas Schneider [mailto:a...@cryptomilk.org]
Sent: 26 June 2020 12:31
To: libssh@libssh.org
Cc: GUPTA Deepika 
Subject: Re: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

On Thursday, 25 June 2020 12:39:31 CEST GUPTA Deepika wrote:
> Hi ,

Hi,
 
> We are using Libssh 0.7.6  in Centos 32-bit OS  and facing issues 
> while scp to other linux box.
> 
> The KeyExchange method  at server is diffie-hellman-group-exchange-sha256.
> 
> While searching I can see the support in 0.9.4 with "WITH_GEX"   enabled .
> We cannot upgrade to 0.9.4  due to dependencies of libgpg-error 1.3.8 
> designed for 64bit architecture .

libssh doesn't require libgpgp-error! Which crypto library are you using?

-- 
Andreas Schneider a...@cryptomilk.org
GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D





Re: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

2020-06-26 Thread Andreas Schneider
On Friday, 26 June 2020 09:03:10 CEST GUPTA Deepika wrote:
> Hi ,
> 
> I am trying to install Libssh 0.9.4 using tar file and need to resolve the
> dependencies .We are Using Openssl .

I don't have a libgpg-error.so dependency on my system:

ldd /usr/lib64/libssh.so.4.8.5 
linux-vdso.so.1 (0x7fffa47f1000)
libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1 (0x7f7dd623b000)
libz.so.1 => /lib64/libz.so.1 (0x7f7dd6221000)
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 
(0x7f7dd61ce000)
libc.so.6 => /lib64/libc.so.6 (0x7f7dd6007000)
/lib64/ld-linux-x86-64.so.2 (0x7f7dd65ce000)
libdl.so.2 => /lib64/libdl.so.2 (0x7f7dd6001000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x7f7dd5fdf000)
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x7f7dd5f0f000)
libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x7f7dd5ef6000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x7f7dd5ef)
libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 
(0x7f7dd5ee)
libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1 (0x7f7dd5ed9000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x7f7dd5ebf000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x7f7dd5e91000)
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x7f7dd5e02000)


I have no idea what you're doing.

-- 
Andreas Schneider a...@cryptomilk.org
GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D





RE: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

2020-06-26 Thread GUPTA Deepika
Hi , 

I am trying to install Libssh 0.9.4 using tar file and need to resolve the 
dependencies .We are Using Openssl .

Regards,
Deepika 

-Original Message-
From: Andreas Schneider [mailto:a...@cryptomilk.org] 
Sent: 26 June 2020 12:31
To: libssh@libssh.org
Cc: GUPTA Deepika 
Subject: Re: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

On Thursday, 25 June 2020 12:39:31 CEST GUPTA Deepika wrote:
> Hi ,

Hi,
 
> We are using Libssh 0.7.6  in Centos 32-bit OS  and facing issues 
> while scp to other linux box.
> 
> The KeyExchange method  at server is diffie-hellman-group-exchange-sha256.
> 
> While searching I can see the support in 0.9.4 with "WITH_GEX"   enabled .
> We cannot upgrade to 0.9.4  due to dependencies of libgpg-error 1.3.8 
> designed for 64bit architecture .

libssh doesn't require libgpgp-error! Which crypto library are you using?

-- 
Andreas Schneider a...@cryptomilk.org
GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D





Re: FW: Support For SSH_KEX_DH_GROUPEX_SHA256

2020-06-26 Thread Andreas Schneider
On Thursday, 25 June 2020 12:39:31 CEST GUPTA Deepika wrote:
> Hi ,

Hi,
 
> We are using Libssh 0.7.6  in Centos 32-bit OS  and facing issues while scp 
> to other linux box.
> 
> The KeyExchange method  at server is diffie-hellman-group-exchange-sha256.
> 
> While searching I can see the support in 0.9.4 with "WITH_GEX"   enabled .
> We cannot upgrade to 0.9.4  due to dependencies of libgpg-error 1.3.8
> designed for 64bit architecture .

libssh doesn't require libgpgp-error! Which crypto library are you using?

-- 
Andreas Schneider a...@cryptomilk.org
GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D