Created Unassigned: Feature request: allow creating an SftpClient from an...
Currently, if I want to use the __same__ SSH session for several purposes - e.g., SFTP and SCP as well as commands I need to instantiate a new _SftpClient_ / _ScpClient_, which means a __new__ SSH...
View ArticleNew Post: SCP Client hangs on Download method call due to password needing...
We are using the SCP Client to connect to a remote server and download some files. We noticed the process has been hung for the past 3 weeks at the Download method call. We logged into the remote...
View ArticleCreated Unassigned: Bug in SSH shell connection with Cisco IOS [2713]
Hi everyone! So I have compiled the project into a DLL and I am using that to connect to a Cisco server with SSH enabled. Everything works (I am able to issue commands, and the read back is correct),...
View ArticleCreated Unassigned: ssh with IPv6 address not working under Linux (help with...
Hallo,I couldn't figure out how to use your SSH library with an IPv6 address under linux (Ubuntu 15.04),however it works perfectly fine with an IPv4 address.my code looks like this:```IPAddress...
View ArticleCreated Unassigned: DataAvailable false [2715]
I'm trying to tail a fail with using DataReceived callback to get the output.Unfortunately, DataReceveid is always null. I noticed that DataAvailable is false, so I wonder to what is due this and how I...
View ArticleNew Post: A first chance exception of type...
Hi I'm trying to access and give orders to a Sonicwall Firewall with the SSh.net lib in Visual studio 2012 in C#. I would like to give a simple SSH Order such as" ping 127.0.0.1 "and get the result as...
View ArticleNew Post: How access SonicWALL
Do you have a solution? I have the same problem.... Best regards, Stefan
View ArticleNew Post: How access SonicWALL
I have a similar Problem but no solution yet. Best Regards Tom
View ArticleNew Post: Exit code from remote linux bash execution
Hello: A bash shell script executes code and then echoes text and the screen and exits with a specific exit code like: echo "This is my text" exit 1 RunCommand captures the string "This is my text"....
View ArticleNew Post: How access SonicWALL
I changed the library to SharpSSH.net (http://www.tamirgal.com/blog/page/sharpssh.aspx) Now i dont experience any problems anymore. My issues may have been an incompatibility by Sonicwall and SSH.Net....
View ArticleNew Post: SSH.Net log network data throw proxy
Here is my code wich is use for login into a ssh server and foward port success SshClient client; ForwardedPortDynamic port; publicvoid Start(string server, string user, string password, int...
View ArticleReviewed: 2014.4.6-beta2 (Aug 20, 2015)
Rated 5 Stars (out of 5) - Its a good library with examples. Thanks a lot. :)
View ArticleNew Post: Screen limitation on return command
I am sending a command for a mikrotik by ssh./interface print stats I'm getting this output. 13 DR <pppo ... 111 749 511 1 216 396 589 1 054 678 1 074 122 DR 14 <pppo ... 49 965 132 1 184 225...
View ArticleNew Post: How can I enable the receipt of 8 bit characters from a SSH connection
Hi, I have been most impressed with SSH.NET, with all the help here I was able to get my terminal emulator to make SSH connections in a short period of time. Well done. My current issue I have not been...
View ArticleNew Post: X11 forward
Hi Is it possible to forward X11 using ssh.net as client? I installed xming in my windows and want to run GUI app of linux in my windows client using C# and ssh.net. Any idea?
View ArticlePatch Uploaded: #17796
cmn has uploaded a patch.Description:Allow sending data to a process' stdin.When using SSH as a connection and authentication layer to talk to a program on a remote host, you may need to talk to it,...
View ArticleNew Post: How can I enable the receipt of 8 bit characters from a SSH connection
I have solved this problem by supplying an instantiation of my own Encode class, very similar to the the ASCIIEncoding class in Renci.SshNet. It overrides various methods so that bytes are passed...
View ArticleNew Post: SSH.NET Licence Agreement in comercial application
Can I use SSH.NET DLLs in project for application development for my customer. Is there any restriction in this case? I read Licence agreement under Licence tab but I am not sure that this component is...
View Article