0
Answer

unable to connect through ssh I am trying to use ssh in c# but getti

raj raj

raj raj

2y
443
1

I am trying to use ssh in c# but getting below error.

No connection could be made because the target machine actively refused it.
using (var client = new SshClient("hostname", "userid", "pwd"))
                {
                    client.Connect();
                  
                    client.Disconnect();
                }