New Post: PortForwading Bug
bimbimone wrote: I am facing the exact same problem, see issue: http://sshnet.codeplex.com/workitem/1867 Actually no. You two are talking about different things. You get a "Only one usage of each...
View ArticleNew Post: PortForwading Bug
da_rinkes wrote:bimbimone wrote: I am facing the exact same problem, see issue: http://sshnet.codeplex.com/workitem/1867 Actually no. You two are talking about different things. You get a "Only one...
View ArticleNew Post: PortForwading Bug
I used this little console-application and everything is working fine:using System; using System.Diagnostics; using Renci.SshNet; namespace ConsoleApplication1 { class Program { static void...
View ArticleNew Post: PortForwading Bug
Thank you for the quick answer! I will try your example project and see what happens.
View ArticleNew Post: PortForwading Bug
Thanks to your example I was able to 'pin-point' my problem and I have found my solution. You were right, this is not a bug in the library it was my very own application that was causing this trouble....
View ArticleCommented Unassigned: Closing forwarded ports does not work [1867]
Dear all,I use PuTTy with the following settings for port forwarding which works fine:putty.exe -ssh user@hostname -L 5555:localhost:5555 -L 5554:localhost:5554 -N -pw passwordNow I want to do this...
View ArticleNew Post: PortForwading Bug
bimbimone wrote: Thanks to your example I was able to 'pin-point' my problem and I have found my solution. You were right, this is not a bug in the library it was my very own application that was...
View ArticleNew Post: Usage Examples and how to redirect output to textbox.
Hello I'm trying to do the same as Nagadarshan and create an SSH terminal on a web page. I tried your code Oleg but I keep getting errors with this line: using (var ssh = new SshClient(connectionInfo))...
View ArticleNew Post: SSH.NET Shell display output at the last line
say you issue the following command: apt-get install MySql this command generates an output where some of the text is displayed line by line and some should be displayed at the last line. Here is an...
View ArticleNew Post: SSH.NET Shell display output at the last line
Implement a Terminal, which is not simple. You have to parse and handle control...
View ArticleNew Post: SSH.NET Shell display output at the last line
thank you for a quick reply. Indeed, a challenging task. On top of it, I want to emulate it in Silverlight. Thanks again for the references.
View ArticleNew Post: SSH.NET Shell display output at the last line
with that being said. I am new to SSH.NET and still learning. What would be the best point to start? the following code static void ycmd(string cmd, StreamReader reader, StreamWriter writer,...
View ArticleNew Post: netconfig on juniper solution
Sorry i know this is an old thread. Did this get merged into the main release? I am using the 3.5 and 4.0 Binary in a project and getting the same error on this.Connect() Thanks in advance
View ArticleNew Post: netconfig on juniper solution
It is still working for me. Netconf is configured on Juniper ( set system services netconf ssh ) and in my code nc = new NetConfClient(ip, "admin", pw); nc.AutomaticMessageIdHandling = false;...
View ArticleNew Post: Cannot send this string using runcommand() with c#
Im quite confused and basically out of ideas...Below is the simple code i've written to try it out it will connect but will not execute the command.. using (var client = new SshClient("10.182.65.253",...
View ArticleNew Post: Cannot send this string using runcommand() with c#
Check the exit code of your command and ensure XNATRestClient is in your $PATH.
View ArticleNew Post: Cannot send this string using runcommand() with c#
Will try it cheers...Thanks for the tip..
View ArticleCreated Unassigned: HTTP proxy hangs [1890]
When connecting to an http proxy the Session.ConnectHttp() method gets stuck in an endless loop.this is due to the following code::switch (statusCode){ case HttpStatusCode.OK: break; default: throw new...
View ArticlePatch Uploaded: #15836
FrankBakker has uploaded a patch.Description:Fix for HttpProxy that gets in an endless loop
View Article