can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection attempt?
It seems this exception will always be thrown if the first line in the response is NULL or empty.
Which is happening to me.
If I remove this thrown exception and allow the full timeout on the ConnectionInfo to expire, my connection is eventually made and the server version is returned in the response.
Comments: ** Comment from web user: drieseng **
It seems this exception will always be thrown if the first line in the response is NULL or empty.
Which is happening to me.
If I remove this thrown exception and allow the full timeout on the ConnectionInfo to expire, my connection is eventually made and the server version is returned in the response.
Comments: ** Comment from web user: drieseng **
Fixed in changeset 40540.
Can you test against SSH.NET built from source ?