Esempio n. 1
0
 public function __construct($remoteUser, SshPrivateKey $key)
 {
     parent::__construct($remoteUser);
     $this->key = $key;
 }
Esempio n. 2
0
 public function __construct($remoteUser, $password)
 {
     parent::__construct($remoteUser);
     $this->password = $password;
 }