Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connect C# to SSH

Status
Not open for further replies.

ajikoe

Programmer
Apr 16, 2004
71
ID
Hello,

I have problem using Supercomputer which use SSH protocol.
My laptop need to run program which is inside the server and take the data from it, How can C# communicate through SSH with the server?

Sincerely Yours,
Pujo Aji
 
Use Socket class and SSH command to communicate with the server :
1. Open SSH chanel
2. Open SSH session
3. Start a shell or execute the program
4. Transfer Data
5. Close chanel
For each steps there are specific commands and you can find the list of such commands at:
obislavu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top