Relative Content

Tag Archive for c#ssh

compare the difference between executing commands directly in CMD and running them through C#

I am currently developing a remote program using SSH. While it connects well when accessing a Windows 10 system, it fails to connect when accessing a Windows 11 system. I would like to ask how to resolve this issue. and Connecting to SSH works well when I execute the command directly in CMD, but it fails when I execute CMD through C#. On Windows 10, both methods work fine, but on Windows 11, the connection fails.