Edited Issue: Connection dropped by server due to invalid DSA signature [1918]
Sometimes connection are dropped by the server because we generate an invalid signature.In this case, you'll see the following log entry on the server:fatal: bad sigbloblen 39 != SIGBLOB_LENOn the...
View ArticleSource code checked in, #34784
Issue #1918: Connection dropped by server due to invalid DSA signature Pad each part of signature with zero's until its 20 bytes. Signature should be exactly 40 bytes.
View ArticleEdited Issue: Connection dropped by server due to invalid DSA signature [1918]
Sometimes connection are dropped by the server because we generate an invalid signature.In this case, you'll see the following log entry on the server:fatal: bad sigbloblen 39 != SIGBLOB_LENOn the...
View ArticleSource code checked in, #34787
Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class.
View ArticleSource code checked in, #34791
Fixed typo in comments, use var where possible. Change visibility of _channelEof to private. Remove empty lines.
View ArticleSource code checked in, #34793
Avoid race conditions when signaling events or setting waithandles. Remove empty lines. Fixed event handler leak for Closed event on Channel.
View ArticleCreated Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no luck.
View ArticleSource code checked in, #34794
BaseClient: * Added bool argument to BaseClient ctor to indicate whether the specified ConnectionInfo instance is owned by the client. * In Dispose, also dispose ConnectionInfo if ownsConnectionInfo is...
View ArticleSource code checked in, #34811
Use server decryption algorithm instead of client encryption algorithm to decrypt server message. Fixes issue #1917.
View ArticleCommented Issue: Client cipher used to decrypt server messages [1917]
Today I encountered errors like "bad package size" which is related to connection handshake. When I tried stepping into the source code, I found the following suspicious bug - In KeyExchange.cs, please...
View ArticleEdited Issue: Client cipher used to decrypt server messages [1917]
Today I encountered errors like "bad package size" which is related to connection handshake. When I tried stepping into the source code, I found the following suspicious bug - In KeyExchange.cs, please...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View ArticleCommented Unassigned: System.Exception: An established connection was aborted...
Hi,I see that this issue was already reported, but the last message is from middle of November saying that somebody is testing it...I still have this issue on the version v4.0.30319. Did you fixed the...
View ArticleCommented Issue: Unhandled exception during SftpClient Dispose [1581]
We are facing an unhandled exception during Dispose of the SftpClient. 2013-05-13 12:54:22,711 [2] FATAL - AppDomain.UnhandledExceptionRenci.SshNet.Common.SshConnectionException: Client not connected....
View ArticleCommented Issue: Exception thrown on disconnect [1561]
If SshClient.Disconnect() is called just after the connected server is no longer available an exception occurs. Looks like there is a race condition on calling Disconnect. Checks are made for a...
View ArticleCommented Unassigned: Timeout on Uploading file [1906]
Hi All, I've tried to search for this issue but haven't had any luck.I am trying to upload a file to an SFTP but it fails when the file is larger than approx 50kb, when the file is smaller than that it...
View Article