New Post: Remote shutdown PC
I have a router installed pfSense, IP 192.168.254.3. I wan to shutdown it from a windown pc. I code by C#. Here my code: private void btnShutdown_Click(object sender, EventArgs e) { var sshcln = new...
View ArticleNew Post: Enabling SShNet.Logging
I have seen several example of people post logging from SshNet.Logging and was wondering how to turn this on. We need to roubleshoot a problem with one of our command line utilities built with sshnet.
View ArticleCreated Unassigned: how do i import this module? [2767]
I have the Renci.SshNet.zip downloaded. And extracted and moved the file to 'C:\Users\name\Documents\WindowsPowerShell\Modules\Renci.SshNet'But trying to import gives me the below...
View ArticleCreated Unassigned: Race condition in Session.cs [2770]
Hello,I've discovered a race condition within the session.cs class. The issue occurs when attempting to connect via an SshClient and the subsequent session.Connect function call. After authentication...
View ArticleNew Post: Port to latest Framework...anyone tried this yet?
Hello Corillian,We have recently migrated the project to GitHub:https://github.com/sshnet/SSH.NET/We have yet to announce this publicly, and for now it’s just an exact copy of the codeplex...
View ArticleNew Post: Stable release of 2014.4.6-beta2
beta2 runs fine, when will it get out of beta?
View ArticleCommented Unassigned: how do i import this module? [2767]
I have the Renci.SshNet.zip downloaded. And extracted and moved the file to 'C:\Users\name\Documents\WindowsPowerShell\Modules\Renci.SshNet'But trying to import gives me the below...
View ArticleCreated Unassigned: Patch 17236 SCPClient issues [2773]
Including this patch solved the issues I was having uploading and downloading from an Android device. I believe the issue was the client was including quotes in the file names.I don't know how, or if...
View ArticleNew Post: Stable release of 2014.4.6-beta2
I’m working on the migration to github.I’ll try to get it out as soon as possible.Van: [email removed]Verzonden:‎vrijdag‎ ‎29‎ ‎januari‎ ‎2016 ‎14‎:‎00Aan: [email removed]From: vip32beta2 runs fine,...
View ArticleNew Post: Can I use SSH.NET as an SSH server instead of a client?
So I want to be able to connect to a WinPE box using ssh. I cannot install cygwin, so I'm trying to code something up on my own. Can SSH.NET be used as a server as well as a client? Thanks!
View ArticleNew Post: Download sftp file hangs
Hi. When I try to download file with sftp file client, some files hangs and the download never finish. Autoevent not fired. My code is the same code in documentation examples. It only occurs when...
View ArticleNew Post: Executing SSH command detached
Hi, I tried to executed the following command via SshClient.CreateCommand :var sshCmd = sshClient.CreateCommand("sleep 2 && echo 'complete' &"); sshCmd.Execute(); This command actually has...
View ArticleNew Post: Download sftp file hangs
Solved. I answer myself. Microtik SSH have a bug in version 6.34 (last version today). Downgrading firmware to version 6.33 fix the problem.
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
Any information on the small changes? I have the same issue.. All i found was the "MinimumGroupSize" in "KeyExchangeDiffieHellmanGroupExchangeShaBase"
View ArticleNew Post: Hangs (and infinite CPU) when downloading large files
Hi, First, thanks for this library. It is great! I've been downloading directories. Some of them contain "large" files (4.5 GB, for example). I often see the progress hang, no network activity, and...
View ArticleCreated Unassigned: Server version '1.5' is not supported. [2780]
Hello,when trying to connect using latest version and using c# code we are having sshconnectionexception issue with an error "Server version '1.5' is not supported."is there any solution for such issue...
View ArticleNew Post: SSH .NET over signalR
Is it possible to use SSH .NET over signalR. signalR by default should bind to port 80 or 443 was wondering if I could use this connection to initiate a SSH session from one client to another? If so...
View ArticleCommented Unassigned: Shellstream password [2584]
I have been using ssh.net successfully, but recently I have been having a very interesting issue which I need help for:I can log on to a linux server, ssh to another and use sudo successfully.Recently,...
View ArticleNew Post: Upload file to SharePoint using sftp
I am trying to upload files SharePoint using SFTP protocol but didn't see any function in SFTP library which will allow me to do that may be I am missing something can someone help me to find that....
View Article