diff --git a/src/Server.php b/src/Server.php index 66c94cb..2aefca8 100644 --- a/src/Server.php +++ b/src/Server.php @@ -81,7 +81,7 @@ public function getSshOptions(): array * @param mixed $value * @return void */ - protected function setOption(string $option, $value) + public function setOption(string $option, $value) { $this->options[$option] = $value; }