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