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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SSh login 2
SFTP SSH 2
c# multiprocessor 6
Can't figure out why ssh port seems to be blocked 1
Access Windows XP computer through SSH? 5
SSH client library for C# 3
Openssl and Telnet 6
SSH (Secure Shell) 2

Back
Top