| 1 | <?php |
||
| 9 | class PasswordRebooter extends SshRebooter |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param string $host The host, url or IP address to use |
||
| 13 | * @param string $username The username to use |
||
| 14 | * @param string $password The password to use |
||
| 15 | * @param integer $port The port to use |
||
| 16 | */ |
||
| 17 | 12 | public function __construct($host, $username, $password, $port = 22) { |
|
| 22 | } |