예제 #1
0
파일: Key.php 프로젝트: vladimir-m/ansible
 public function __construct($remoteUser, SshPrivateKey $key)
 {
     parent::__construct($remoteUser);
     $this->key = $key;
 }
예제 #2
0
 public function __construct($remoteUser, $password)
 {
     parent::__construct($remoteUser);
     $this->password = $password;
 }