示例#1
0
文件: SSH.php 项目: jjpmann/syncer
 public function __construct($name, Credential $remote)
 {
     parent::__construct($name, $remote->host(), $remote->user(), ['key' => $remote->secret()]);
     $this->remote = $remote;
 }