I have one question regarding ssh in c#. How can I do the following:
1- Connect to the node using ssh (secure connection with port 22). 2- Give some commands. 3- Read the output.
I tried many things in the web but unfortunately nothing works fine. Please help