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