Commented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCreated Unassigned: Maintain connection through different forms [1961]
I am using : client = new SshClient(res.host, int.Parse(res.port), res.user, res.password); _client.connect(); in __FORM1__ after successful authentication I want to execute commands in __FORM2__: Just...
View ArticleClosed Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: drieseng ** SftpClient.cs: public bool Exists(string path) { CheckDisposed(); if...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** Ok thank you @drieseng for providing the updated modifications.
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** In which version it will be updated ? or Is it possible for you to consider this...
View ArticleCreated 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 ArticleClosed Unassigned: Maintain connection through different forms [1961]
I am using : client = new SshClient(res.host, int.Parse(res.port), res.user, res.password); _client.connect(); in __FORM1__ after successful authentication I want to execute commands in __FORM2__: Just...
View ArticleCommented 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 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: 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 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 ArticleCommented 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 ArticleCreated Unassigned: 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 ArticleCommented Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View ArticleCommented Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View Article