Skip to content

Commit d6c8326

Browse files
authored
Merge pull request #10 from sonaldo/master
include port on SSH2 connect
2 parents 6d5dcae + e38dcb8 commit d6c8326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SSHConnection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function connect(): self
7777
{
7878
$this->sanityCheck();
7979

80-
$this->ssh = new SSH2($this->hostname);
80+
$this->ssh = new SSH2($this->hostname, $this->port);
8181

8282
if (!$this->ssh) {
8383
throw new RuntimeException('Error connecting to server.');

0 commit comments

Comments
 (0)