Hi, I am trying to build an application using C#.
The application will connect to a remote machine using ssh or similar way.
For example, It will connect to the remote machine and get the list of running process from that process to a text file in my local machine.
Is there any easy way I can do it. I looked into sharshh and it looks old and almost no documentation.