Hi there
I've posted on here before regarding this, but didn't get any bites..
Is there any way to have the SSH library emit and debugging output?
Our application initiates 20 or so concurrent SSH requests on worker threads, and fairly often, it appears that the ssh Connect call never returns (no exception, no return value), and thus that thread is sort of hung up in limbo.
It would be great to be able to see some debugging output from the library so I can get a better idea of how where it's at ...