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 cd54ada commit 462d2caCopy full SHA for 462d2ca
docs/install.md
@@ -36,8 +36,9 @@ You can [build Redis Desktop Manager from source](install.md#build-from-source).
36
```
37
38
> !!! warning "SSH Tunneling support"
39
- Since 0.9.9 RDM by default do not include SSH Tunneling support. If you need it please checkout 0.9.8 tag.
40
- `git checkout 0.9.8`
+ Since 0.9.9 RDM by default does not include SSH Tunneling support. If you need it please checkout 0.9.8 tag,
+ i.e. `git checkout 0.9.8`. Or you can create a SSH tunnel to your Redis server manually and connect to `localhost`:
41
+ `ssh -L 6379:REDIS_HOST:6379 SSH_USER@SSH_HOST -P SSH_PORT -i SSH_KEY -T -N`
42
43
### Build on Linux
44
0 commit comments