Esempio n. 1
0
 public RemoteConsole(SshClient client)
 {
     this.client = client;
     InitializeComponent();
 }
Esempio n. 2
0
 /// <summary>
 /// 构造
 /// </summary>
 public SShClientHelper(string sIp, string sName, string sPwd)
 {
     sshClient = new SshClient(sIp, 22, sName, sPwd);
 }