Closed Issue: ShellStream.ReadLine produces incorrect output when reading...
Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...
View ArticleClosed Feature: DH Key Exchange is limited to 1024 bit [1777]
DH Key Exchange is limited to 1024 bit.Connections to a server with a higher DH Group Exchange bit-length failing with "An established connection was aborted by the software in your host...
View ArticleClosed Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: Fixed in 2014.4.6-beta2.
View ArticleClosed Feature: WARNING: no suitable primes in /etc/primes [1973]
On some very strict servers a connect attempt with SSH.NET can lead to a warning of the sshd:"WARNING: no suitable primes in /etc/primes"This is because SSH.NET requests 1024 bits for group-exchange...
View ArticleClosed Issue: Stack Overflow if PartialSuccess is during Authentication [2399]
TryAuthenticate gets stuck in an infinite recursive loop if the authentication passes partially but requires a 2nd part. This happens whether a single or multiple authentication methods are provided as...
View ArticleClosed Issue: various System.ObjectDisposedException [1944]
during a long connection I get following exceptions:```System.ObjectDisposedException: Das SafeHandle wurde geschlossen. bei Renci.SshNet.Session.WaitHandle(WaitHandle waitHandle) in...
View ArticleClosed Issue: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: Fixed in 2014.4.6-beta2.
View ArticlePatch Applied: #16873
drieseng has applied patch #16873.Comment:I applied a similar fix where any exception is signaled using an Exception event, but does not cause the client connection to close.
View ArticlePatch Declined: #16641
drieseng has declined patch #16641.Comment:The issue was recently fixed (and the fix is available in beta 2 - which was released yesterday).
View ArticlePatch Declined: #16009
drieseng has declined patch #16009.Comment:This issue was fixed in beta 2 by not letting exceptions that occur while sending channel close or disconnect messages bubble up.
View ArticleNew Post: Eof message
Hello, i try to update the library to the new release. I saw in the new version the eof is only send in the close method of the channel class. Before i was able to send it without closing the channel...
View ArticleNew Post: Enabling Compression
What where the changes needed to enable compression using the Ionic library?
View ArticleCommented Issue: ScpClient: 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 ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is a complete rewrite using .NET 4.0, without...
View ArticleCommented Issue: ScpClient: 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 ArticleCommented Issue: ScpClient: 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 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 ArticleCommented Issue: ScpClient: 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 Article