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?
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:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.