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 367c1bc commit e905cd7Copy full SHA for e905cd7
tests/Integration/SSHConnectionTest.php
@@ -26,10 +26,10 @@ public function testSSHConnectionWithKeyPair()
26
public function testSSHConnectionWithPassword()
27
{
28
$connection = (new SSHConnection())
29
- ->to('localhost')
+ ->to('test.rebex.net')
30
->onPort(22)
31
- ->as('travis')
32
- ->withPassword('test.rebex.net')
+ ->as('demo')
+ ->withPassword('password')
33
->connect();
34
35
$command = $connection->run('echo "Hello world!"');
0 commit comments