We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0aad2 commit 366ba9cCopy full SHA for 366ba9c
README.md
@@ -14,6 +14,7 @@ $connection = (new SSHConnection())
14
->onPort(22)
15
->as('demo')
16
->withPassword('password')
17
+ // ->withKeyPair($publicKeyPath, $privateKeyPath)
18
->connect();
19
20
$command = $connection->run('echo "Hello world!"');
0 commit comments