Re: Fwd: server side ipv6 support

2016-07-08 Thread Nagaraj Komarasamy
Hi Tilo and Aris, Thanks for your reply. This boosts my confidence.I will get back to you if I need more information. Thanks, Naga On Thu, Jul 7, 2016 at 11:03 PM, Aris Adamantiadis wrote: > Hi, > > 1: very nice, I didn't expect libssh to run on so many systems! The ones > I have no experience

Re: Fwd: server side ipv6 support

2016-07-07 Thread Aris Adamantiadis
Hi, 1: very nice, I didn't expect libssh to run on so many systems! The ones I have no experience returns with are HP-UX, Sco openserver, OpenVMS. We tested it on enough platforms to ensure that 32/64 bits and cpu endianess aren't issues. 2: IPv6 support isn't built-in (we wanted to go the OpenSS

Re: Fwd: server side ipv6 support

2016-07-07 Thread Tilo Eckert
Hello Nagaraj 1. libssh should be compilable on any platform where you have a recent enough cmake version and OpenSSL/gcrypt available. We currently have it working on Windows, Linux, z/Linux, and even z/OS. For the mainframe compile we had to create a custom makefile (no cmake available) and make

Fwd: server side ipv6 support

2016-07-06 Thread Nagaraj Komarasamy
Hello all, I am working on to check the feasibility of using libssh with our product. Our product is distributed and each installation will listen on a particular port and we need to secure it with publickey cryptography and public key authentication. Each installation will act as a server by itse