.NET SSH Port Forwarding

Posted by Ronnie Overby on Stack Overflow See other posts from Stack Overflow or by Ronnie Overby
Published on 2010-05-14T16:07:25Z Indexed on 2010/05/14 16:14 UTC
Read the original article Hit count: 577

Filed under:
|
|
|
|

I am trying to build in SSH port forwarding into a .net application that I am writing.

I have tried using sharpSSH, but it requires the user to input their password every time, and I don't want that. I am going to handle storing the password.

I have downloaded Granados, but there is basically zero documentation for it. While I sift through the Granados source, does anyone know how to accomplish port forwarding with Granados or any other free SSH library for .NET?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#