New Post: Stable release of 2014.4.6-beta2
We've now migrated to GitHub. Visit us here. I've released a new beta of SSH.NET today:https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0-beta1 The prelease NuGet package is available here.
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
I've released a new beta of SSH.NET today that includes a fix for this issue:https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0-beta1 The prelease NuGet package is available here.
View ArticleNew Post: Disconnect error
I've released a new beta of SSH.NET today:https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0-beta1 The prelease NuGet package is available here. Don't hesitate to open an issue at our new home if...
View ArticleClosed Unassigned: Event handle leak in 2014.4.6-beta2 [2730]
Still seeing a serious event handle leak with this library. Especially pronounced when downloading tens of files from dozens of servers.I saw that an event handle leak was dealt with in this version...
View ArticleNew Post: SftpClient never comes back in Connect
I don't think it is timeout, I have tried waiting for 5 minutes, and it does not come back. I added the source code and debug information, and I see now that it is failing in...
View ArticleReleased: 2016.0.0-beta1 (Jun 20, 2016)
Please vitit our new home at https://github.com/sshnet/SSH.NET/ for more information. Binaries are only available via NuGet.
View ArticleCreated Release: 2016.0.0-beta1 (jun 20, 2016)
Please vitit our new home at https://github.com/sshnet/SSH.NET/ for more information.Binaries are only available via NuGet.
View ArticleNew Post: SftpClient never comes back in Connect
Hi Cecilia, What version of SSH.NET are you using ? Would it possible to try the recently release 2016.0.0-beta1 ? Thanks! Gert
View ArticleNew Post: Causes of "Server response does not contain SSH protocol...
Hi Philippe, What version of SSH.NET are you using ? Would it possible to try the recently release 2016.0.0-beta1 ? What SSH server (and which version) are you using ? Thanks! Gert
View ArticleNew Post: Causes of "Server response does not contain SSH protocol...
Sorry I was out of the office.I downloaded the source code. Where can I see the release #?
View ArticleNew Post: Causes of "Server response does not contain SSH protocol...
Where did you download the sources code from ? Can't you just use the 2016.0.0-beta1 or 2016.0.0-beta2 nuget packages ?
View ArticleNew Post: Causes of "Server response does not contain SSH protocol...
Thank you for responding.Following the instructions to get the latest source code, shown below, I clicked on source code, download..Which took me to this download:
View ArticleCreated Unassigned: stty: standard input: Invalid argument [2803]
Hi SSH.NET team, Thanks for providing such a good library. I'm having an issue (shown as title) when trying to use ssh.RunCommand() function to execute a command on a remote linux. Has anyone else come...
View ArticleNew Post: Slow upload speeds
Good day! Is this issue already fixed? Just want to know because I'm currently using it right now and still experiencing slow upload speeds. Thanks in advance! Cheers,
View ArticleNew Post: Cannot use RSA key generated by PuTTYgen
Hi, I've been trying to use RSA keys generated by PuTTYgen using the (default) "SSH 2 (RSA)" option instead of the keys I was previously generating using MKS Toolkit's ssh-keygen. With the keys...
View ArticleNew Post: Compatibility issues between SSH.NET and dropbear?
I'm using SSH.NET version 2013.4.7. My program need to connect to an SSH server, authenticate using a key, and upload a file. The destination of the file is an embedded ARM system running dropbear...
View ArticleNew Post: Control Chars - CTRL-V and CTRL-E
I'm able to successfully connect to and run commands on my server. The problem that I'm running in to now, is that I cannot figure out how to send control characters. To successfully logout of the...
View ArticleNew Post: SSH establish connect + through proxy socks5
Hello, I have this code:private void Connect() { if (client == null) { client = new SshClient("myproxy.net", txtUser.Text, txtPassword.Text); client.KeepAliveInterval = new TimeSpan(0, 0, 20);...
View ArticleCreated Unassigned: Can't install SSH.NET into Xamarin Android Project [2806]
When using NuGet Package Manager (latest version) to install SSH.NET into a Xamarin Android project in Visual Studio 2015 Community Edition, I get the following error - is there anything I can do about...
View Article