New Post: How to input commands
Guys, I need help using this cmdlet. I was able to login to a linux server successfully but I could issue any linux commands. Is there a documentation on how to use this script. Thanks
View ArticleNew Post: SSH connection issue
Thanks subba, you posted the code i needed. Now it works for both AIX and LINUX. thank you Oleg for this great software. regards jmueller1
View ArticleNew Post: Error when I login to a linux server
I'm receive errors when I login to some linux machines, the error is: "Unable to connect to watcher: Exception calling "Connect" with "0" argument(s): "No suitable authentication method found to...
View ArticleNew 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 ArticleCreated Unassigned: Seeking seems to be broken [2640]
Hi there,I'm attempting to update part of a file on a remote server using this library, and I'm experiencing some issues with the SftpFileStream class. It's my impression from reading the code and the...
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 ArticleCreated Unassigned: Current code does not compile for .Net 3.5 [2642]
I have been trying to compile the current master branch of the repo for .Net 3.5 with no luck. Anything I may be missing?
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 ArticleReviewed: 2014.4.6-beta2 (Mar 13, 2015)
Rated 3 Stars (out of 5) - Many bugs fixed but having problems compiling the source unde 3.5 and PowrForwarding still slows down when used in Dynamic mode
View ArticleCommented Unassigned: SCPClient Issue [2629]
When trying to connect with a SCPClient, I recieve this:"Get-SCPFile : The WriteObject and WriteError methods cannot be called from outside the overrides of theBeginProcessing, ProcessRecord, and...
View ArticleCommented Unassigned: SCPClient Issue [2629]
When trying to connect with a SCPClient, I recieve this:"Get-SCPFile : The WriteObject and WriteError methods cannot be called from outside the overrides of theBeginProcessing, ProcessRecord, and...
View Article