We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d5dcae + e38dcb8 commit d6c8326Copy full SHA for d6c8326
src/SSHConnection.php
@@ -77,7 +77,7 @@ public function connect(): self
77
{
78
$this->sanityCheck();
79
80
- $this->ssh = new SSH2($this->hostname);
+ $this->ssh = new SSH2($this->hostname, $this->port);
81
82
if (!$this->ssh) {
83
throw new RuntimeException('Error connecting to server.');
0 commit comments