Click here to Skip to main content
15,794,275 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can I connect to UNIX machine and run unix commands from C# code ?
Posted

1 solution

This is how: https://sshnet.codeplex.com[^].

SSH is a network protocol for secure command-line access to a remote system: http://en.wikipedia.org/wiki/Secure_Shell[^].

You can access a shell account, primarily on Unix-like machine, which should, of course, be running appropriate daemon accepting remote connections and supporting this protocol.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900