Skip to content

Commit 462d2ca

Browse files
xelanuglide
authored andcommitted
Document manual creation of SSH tunnel for current version
1 parent cd54ada commit 462d2ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ You can [build Redis Desktop Manager from source](install.md#build-from-source).
3636
```
3737
3838
> !!! 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`
39+
Since 0.9.9 RDM by default does not include SSH Tunneling support. If you need it please checkout 0.9.8 tag,
40+
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`
4142
4243
### Build on Linux
4344

0 commit comments

Comments
 (0)