New Post: Upload limit
Is there any limit to upload files by SftpClient client.UploadFile(FileStream, string newPath) method? Because my program always stopped when reach 1024/XXXX files (label6.Text) where XXXX is count of...
View ArticleNew Post: Error when I login to a linux server
Hi, this should work for both AIX and Linux: _OutErr = ""; var KeyboardInteractive = new KeyboardInteractiveAuthenticationMethod(_User); KeyboardInteractive.AuthenticationPrompt += delegate(Object...
View ArticleNew Post: Powershell Keyboard interactive
Hi, is there a way to make keyboard interactive work with PowerShell? I am not able to connect to certain systems with the normal connection info and read somewhere in the discussion that keyboard...
View ArticleNew Post: using SSH.Net in ASP.Net website
I am trying to connect to various hosts and run commands on them using SSH.NET via a asp.net website, this is what I have so far: protected void ddlHostList_SelectedIndexChanged(object sender,...
View ArticleNew Post: Error when I login to a linux server
thanks for the reply jmuelle. can i test the script and if i have questions can i message you back. thanks
View ArticleNew Post: Stable release timeframe
In discussion 574828 it was stated that a stable release might be closely following the fix of issue 2591: Session.Disconnect() hangs forever. It appears that that issue was resolved on Dec 22, 2014....
View ArticleNew Post: Running commands not returning results
I am trying to send commands to an HP blade through the iLO. This works like a charm from the console. But I need to return the results (the string line in OnReadCompletion) to the calling method. Any...
View ArticleNew Post: FREAK or Factoring Attack on RSA-EXPORT vulnerability?
Hi, I wonder if anybody can advise if the SSH.Net library is vulnerable to "FREAK or Factoring Attack on RSA-EXPORT". I think this is primarily a server side vulnerability but it may require a client...
View ArticleNew Post: FREAK or Factoring Attack on RSA-EXPORT vulnerability?
FREAK ("Factoring RSA Export Keys") is a security exploit of a cryptographic weakness in the SSL/TLS protocols SSH != SSL/TLS
View ArticleNew Post: SSH stream keeps repeating last line
I've set up some code to read a shell stream back from OpenVMS, and this has been working perfectly, that is until I respond to the VMS requests for information. For example VMS will output:...
View ArticleNew Post: Powershell Keyboard interactive
You will have to do it in C# like I did for Posh-SSH, here is the next release of the module, it is almost a full re-write from the master branch...
View ArticleNew Post: Stability while in beta; "stable" timeframe
3 months later and biting my nails waiting for a stable release :( Dynamic Port forwarding is still slow in the latest beta and the latest code in master will not compile for .Net 3.5 :(
View ArticleNew Post: Stability while in beta; "stable" timeframe
Same question for me: I have NuGet software that depends on this version of SSH.NET (just because it is signed) and I'm stuck on pre-release because SSH.NET latest package is still in pre-release :'(....
View ArticleNew Post: Stability while in beta; "stable" timeframe
Hi All, is this project still alive?
View ArticleNew Post: commands and file transfer on same connection
Hi Is it possible to do file transfers and execute commands on a single connection? Since connection is slow, I would like to avoid connecting both a SshClient and a ScpSclient thanks
View ArticleNew Post: Stability while in beta; "stable" timeframe
Personally, I've been busy with other the stuff the last few months. I'm not saying that the interest in SSH.NET wil not come back, but having more community interest in helping this project evolve...
View ArticleNew Post: Stability while in beta; "stable" timeframe
In terms of community involvement other that use complaining about bugs and features :) would it be more on people contributing to it say with patches? I think if it moved to to GitHub it would make it...
View ArticleNew Post: Stability while in beta; "stable" timeframe
Hey drieseng, I think this is an incredible project and you definitely shouldn't be discouraged. I rely on this all the time and it would be great to see the next stable release come to fruition. Keep...
View ArticleNew Post: Problem to connect to Google Cloud Compute
Hi, I am trying to connect to Google Cloud Compute using this library. I have generated ssh keys using putty and it works with putty but when I try to use this code in my VB program I get the error "An...
View ArticleNew Post: Using Ctrl-C with SSH.net?
Hello folks, I am using SSH.net in powershell to connect to my ESXi 5.5 server and working great! However, I notice that when I invoke a long running command like esxtop for example, I am unable to use...
View Article