Released: 2014.4.6-beta2 (Nov 22, 2014)
New Features:Improved accuracy of IsConnected on .NET Added support for ssh.com (SSH-2) private keys (issue #1987) Support an acceptable group of up to 8192 bits for SHA-1 and SHA-256 Diffie-Hellman...
View ArticleUpdated Release: 2014.4.6-beta2 (nov 22, 2014)
New Features:Improved accuracy of IsConnected on .NETAdded support for ssh.com (SSH-2) private keys (issue #1987)Support an acceptable group of up to 8192 bits for SHA-1 and SHA-256 Diffie-Hellman...
View ArticleUpdated Wiki: Documentation
Notice: This wiki is a work in progress and may contain dead-links or inaccurate information. Do not file any issues until this notice is removed. How to enhance debugging experience with...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drieseng ** This issue should be fixed in beta...
View ArticleEdited Issue: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"
View ArticleCommented Unassigned: Disconnect() and Dispose() hangs if network device...
Hi,I am currently using SSH.NET revision 40631. I am working with aembedded Linux device that's connected via a USB Ethernet Gadget.If the USB connection is already unplugged the Disconnect() method as...
View ArticleSource code checked in, #41005
Remove redundant this qualifier, and fixes general warnings.
View ArticleClosed Issue: NullReferenceException when SftpFileStream is finalized after...
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleClosed Issue: SNK issue when trying to build [2455]
I just downloaded this SSH.NET Library. I added it to a new visual studio project and tried to build. There's no code in my "main" project, this is just trying to build the solution and I keep getting...
View ArticleClosed Issue: Remove BaseClient.EnsureConnection from Doc [1637]
Hi,BaseClient.EnsureConnection() was removed in this commit https://sshnet.codeplex.com/SourceControl/changeset/22554But its still part of the Doc.It should be removed there, too.Comments: Fixed in...
View ArticleClosed Feature: Add support SSH-2 private keys [1987]
I need to connect using sftp utilizing private key.The key file is created using SSH-2 client.I get "Invalid private key file." error message.I just want to confirm if SSH-2 keys are supported!!if not,...
View ArticleClosed Issue: SshCommand doesn't cleanup subscribed events [2295]
The SshCommand class leaves the unerlying channel subscribed to the session events after running a command.Repro is:```using (var client = new SshClient(connectionInfo)){ client.Connect(); for (var i =...
View ArticleClosed Issue: System.InvalidOperationException: Server string is null or...
I have utilized your Library. Which Is working absolutely fine for downloading and uploading files on SFTP server. But, Sometimes it gives me an error (__System.InvalidOperationException: Server string...
View ArticleClosed Issue: Client channels are no longer closed on dispose [1943]
It seems that in the current Beta-Version Channels are not closed correctly.After the default of 10 open channels, it is not possible to open a new ShellStream.Following Test-Programm:```using...
View ArticleClosed Issue: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: Fixed in 2014.4.6-beta2.
View Article