Commented Unassigned: 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 ArticleCommented Unassigned: System.ObjectDisposedException at...
Hello,I have been using the SSH.Net library to connect to a remote SSH server to establish a DB connection between a VB client software and MySQL server. Everything works fine except sometimes the...
View ArticleCommented Unassigned: System.ObjectDisposedException at...
Hello,I have been using the SSH.Net library to connect to a remote SSH server to establish a DB connection between a VB client software and MySQL server. Everything works fine except sometimes the...
View ArticleNew Post: SSH-2 private key
We currently do not support comments in a private key. Please submit an issue for this. Thanks!
View ArticleNew Post: Unable to read documentation
"Navigation to the webpage was canceled" getting this error , unable to read the documentation.! I downloaded the latest version available. Still same error please help me. Thank you. Avinash
View ArticleNew Post: Unable to read documentation
Avinash, Can you copy/paste the URL(s) you are having trouble reaching?
View ArticleNew Post: SSH-2 private key
I've added support for single-line comments in SSH2 keys, and introduced support for SSH2 encrypted keys. Are you using single-line or multi-line comments ? Once you submit the issue, I'll commit the...
View ArticleCommented Unassigned: System.ObjectDisposedException at...
Hello,I have been using the SSH.Net library to connect to a remote SSH server to establish a DB connection between a VB client software and MySQL server. Everything works fine except sometimes the...
View ArticleNew Post: Timeout establishing SSH sessions
I'm using the SSH-Sessions module in Powershell to issue commands to various devices over SSH sessions however I have a few devices that 'hang' when establishing a session or shortly thereafter,...
View ArticleNew Post: Unable to read documentation
I have attached a file have a look.I downloaded “SshNet.Help.chm” which ever tab[link] I choose I get the same error.-Avinash
View ArticleNew Post: Unable to read documentation
TEXTmk:@MSITStore:C:\Users\AA031791\Downloads\SshNet.Help%20(1).chm::/html/379fc93d-55b9-e3c8-673c-e8f71ad64ca3.htm Is this the URL you told me to paste.! Sorry i tried uploading snap shot so, that you...
View ArticleNew Post: Timeout establishing SSH sessions
Jim, What version of SSH.NET are you using ? Could you try using the latest beta ? A timeout can be specified on two levels. For estabilishing the connection, the timeout can be specified using the...
View ArticleCommented Unassigned: How to read linux cmd output all lines [1963]
Hi,I am using SSH.Net library to connect linux server and executing some cmds. I am trying to read the out put of the command like below.. but it is returning only first row of the result. If I ran the...
View ArticleNew Post: Timeout establishing SSH sessions
im getting:- Invoke-SshCommand : Exception calling "RunCommand" with "1" argument(s): "Session operation has timed out" with any commands im trying to execute using the latest beta Gregor
View ArticleNew Post: Setting transfer mode to binary
I am copying .wav phone recordings from a linux server to a windows share but the files are corrupted and unplayable after the copy is complete. I'm thinking this is because they are not being...
View ArticleNew Post: Setting transfer mode to binary
I actually found the error here. I needed to set the memoryStream position to 0. ms.Postion = 0; This fixed the problem.
View ArticleNew Post: Timeout establishing SSH sessions
Gregor/Jim, Can any of you provide a small repro ? Preferrable one that I can run again a public server, but I'll take whatever I can get :p
View ArticleNew Post: Simple .cshtml example?
Major noob here. I'm trying to write a connection string to run really basic commands and get the output. Can someone just show me the simplest way to do this using Razor view engine (.cshtml)? Below...
View ArticleNew Post: Simple .cshtml example?
I got this to work by doing this:@using Renci; @using Renci.SshNet; @using Renci.SshNet.NetConf; @using Renci.SshNet.Common; @using Renci.SshNet.Channels; @using Renci.SshNet.Compression; @using...
View Article