Skip to content

Commit 79c4704

Browse files
committed
website: env var: add LIMA_SSH_PORT_FORWARDER
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 088e27b commit 79c4704

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/content/en/docs/config/environment-variables.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ This page documents the environment variables used in Lima.
4747
lima
4848
```
4949

50+
### `LIMA_SSH_PORT_FORWARDER`
51+
52+
- **Description**: Specifies to use the SSH port forwarder (slow, stable) instead of gRPC (fast, unstable)
53+
- **Default**: `true`
54+
- **Usage**:
55+
```sh
56+
export LIMA_SSH_PORT_FORWARDER=false
57+
```
58+
- **Note**: It is expected that this variable will be set to `false` by default in future
59+
when the gRPC port forwarder is well matured.
60+
5061
### `LIMA_USERNET_RESOLVE_IP_ADDRESS_TIMEOUT`
5162

5263
- **Description**: Specifies the timeout duration for resolving the IP address in usernet.

0 commit comments

Comments
 (0)