[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Newbie Question
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Re: Newbie Question
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 27 Jun 2013 13:00:45 +0200
- To: libssh@xxxxxxxxxx
- Cc: Saju Panikulam <spanikulam@xxxxxxxxxxxx>
On Thursday 27 June 2013 04:53:45 Saju Panikulam wrote: > Hi, Hi, > I'm trying to upgrade the version of our libssh from 4.8.1 to the current > version 5.90 - Was able to build the current version in the three > platforms ( windows,Linux and Solaris) but have trouble getting the > ssh_connect() call complete without error. Get a timeout error returned > from this call. you're using the git master version? > Our program that uses libssh makes a TCP socket connection to the remote; > passes the socket descriptor to libssh with the OPTION_FD option and then > calls ssh_connect() How do you do that exactly? Did you turn on logging to get some information? > Not sure if calling ssh_connect() is necessary in the new version. In the > old version besides the connect; the handshake and the key exchange was > being done in this routine. The use of callbacks in this routine is also > new. Yes, you still need to call it to establish a ssh connection. -- andreas -- Andreas Schneider GPG-ID: F33E3FC6 www.cryptomilk.org asn@xxxxxxxxxxxxxx
Newbie Question | Saju Panikulam <spanikulam@xxxxxxxxxxxx> |