Quantcast
Viewing all articles
Browse latest Browse all 1729

New Post: client.RunCommand() is not working

SshClient ssh = new SshClient(ip, 22, userName, password);
ssh.Connect();
SshCommand sshc = ssh.RunCommand("top"); // replace with your command

Viewing all articles
Browse latest Browse all 1729

Trending Articles