SSH Port Forwarding Disconnection Issue

2020-03-24 Thread Riddhi K
Hello Team, I am using libssh2 for my iOS SSH Client application. By the reference of direct_tcpip.c and tcpip_forward.c I’ve implemented Local and Remote Port Forwarding. The connection is working fine. But the issue is, after loading one request connection terminates automatically. For ex: If

Re: SSH Port Forwarding Disconnection Issue

2020-03-26 Thread Riddhi K
Hello, Thank you Peter for your suggestions. It will be helpful for me. Thank You, Riddhi Kheni. On Fri, Mar 27, 2020 at 2:48 AM Peter Stuge wrote: > Hi, > > Riddhi K wrote: > > I am using libssh2 for my iOS SSH Client application. By the reference of > > direct_tcpip.

Manage multiple sessions

2020-06-30 Thread Riddhi K
Hello team, I am working on SSH Client application in iOS native and I have some issue like, when there is multiple sessions connected and if I disconnect any of the session then for rest of session getting error of LIBSSH2_ERROR_SOCKET_RECV when reading channel with libssh2_channel_read funct

Build libssh2 for Mac Catalyst

2020-07-07 Thread Riddhi K
Hello Team, I would like to build libssh2 library for Mac OS. Can you provide the guideline for this? Looking forward for your reply. Thank you. Riddhi Kheni. ___ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Re: Build libssh2 for Mac Catalyst

2020-07-09 Thread Riddhi K
Hello, Thank you for the reply. I already have Xcode project related to SSH Client for iPhone/iPad running for so long time, and there are some static libs used (ex: libcypto.a, libgcrypt.a, libgpg-error.a, libssh2.a). But these libs only have architectures (armv7, armv7s, arm64, arm64e, x86_6

App Crash

2020-09-02 Thread Riddhi K
Hello Team, I am using libssh2 library for an iOS/Mac OS application related to SSH Client. The issue is I am getting app crash sometimes randomly on method call of libssh2_channel_open. Please find attachment below for crash logs after calling this method. Thank you, Riddhi.