C# connect to Server through SSH

  • Thread starter Thread starter Pujo Aji
  • Start date Start date
P

Pujo Aji

Hello,

How can my C# connect to a server using SSH protocol?
Is that possible?

My program will run some program in the server, take the data, read data and
so on....

Sincerely Yours,
Pujo
 
I'm going to recommend that you consider using a commercial library. I did
a quick Google and came up with a few interesting hits:
http://www.xtras.net/products/sshelldotnet.asp
http://www.weonlydo.com/index.asp?showform=SSH.NET

I have not tried either product. This is not an exhaustive search.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top