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 6149416 commit d5c6c66Copy full SHA for d5c6c66
docs/connect.md
@@ -88,6 +88,10 @@ $ssh->login('username', 'password');
88
echo $ssh->exec('ls -latr');
89
```
90
91
+## Connecting to an IPv6 address
92
+
93
+When specifying a numerical IPv6 address (e.g. `fe80::1`), you must enclose the IP in square brackets—for example, `tcp://[fe80::1]:22`.
94
95
## Binding to a Specific IP Address
96
97
```php
0 commit comments