Commented Issue: High CPU Load when opening a shell session [1555]
When starting a shell session I observe a high CPU load (100% on one core).I use the following code to connect:MemoryStream input = new MemoryStream();MemoryStream output = new...
View ArticleCommented Unassigned: Change Directory Command and Upload, Download [1672]
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View ArticleEdited Issue: SCP : Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleEdited Issue: Unobserved exception rethrown by finalizer thread [1298]
Hi, There is an unhandled System.AggregateException in a worker thread within SSH.NET version 18974 that causes the container application to crash. The exception should be caught and rethrown to the...
View ArticleCommented Issue: IsConnected returns true when sshd has closed connection or...
Currently, The IsConnection property (on BaseClient) returns true even when:*** the server has shut down the ssh connectionTo reproduce:1. Create a connection (eg using SftpClient)2. Kill sshd process...
View ArticleEdited Feature: .Net 4 Binary Not Strongly Named [1802]
The .Net 4.0 binary is not strongly namedComments: ** Comment from web user: drieseng ** In the next release, the assemblies for .NET 3.5, .NET 4.0, Silverlight 4 and Silverlight 5 will be signed.
View ArticleCreated Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View ArticleCommented Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCommented Unassigned: System.OutOfMemoryException when trying large files in...
Exception of type 'System.OutOfMemoryException' was thrown.mscorlib at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at...
View ArticleCommented Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View ArticleCommented Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View ArticleCreated 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 ArticleCreated Unassigned: Need to delete redundant encryptions when using...
Need to delete redundant keys in order to communicate with some servers. More than one encryption throws an exception.foreach (var d in connectionInfo.Encryptions.Where(p => p.Key !=...
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 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 ArticleCreated Unassigned: This may be a critical bug [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 ArticleCreated 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 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 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 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 Article