[libssh2] libssh2 client hung by missing response from server

2008-11-13 Thread E L
Below is the summary of a capture from Wireshark. The session starts out correctly, but the server never sends its bannder, nor does it close the connection, and the libssh2 client is then hung. 1 0.00 10.1.10.70 server.ipSSH Encrypted request packet len=1 2 0.049873 server.

[libssh2] Calling libssh2_session_startup after libssh2_session_disconnect

2008-11-13 Thread Alexander Lamaison
Hi everyone, I'm having a bit of a problem with libssh2_session_startup. If I try to restart a session that has been previously stopped by a call to libssh2_session_disconnect, libssh2_session_startup fails with LIBSSH2_ERROR_KEX_FAILURE. Is it not possible to restart a session in this way? Man