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 2c6fbda commit b5edf99Copy full SHA for b5edf99
README.md
@@ -24,6 +24,7 @@ $connection = (new SSHConnection())
24
->as('demo')
25
->withPassword('password')
26
// ->withPrivateKey($privateKeyPath)
27
+ // ->timeout(0)
28
->connect();
29
30
$command = $connection->run('echo "Hello world!"');
0 commit comments