Skip to content

Commit

Permalink
Document manual creation of SSH tunnel for current version
Browse files Browse the repository at this point in the history
  • Loading branch information
xelan authored and uglide committed Apr 24, 2019
1 parent cd54ada commit 462d2ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ You can [build Redis Desktop Manager from source](install.md#build-from-source).
```

> !!! warning "SSH Tunneling support"
Since 0.9.9 RDM by default do not include SSH Tunneling support. If you need it please checkout 0.9.8 tag.
`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`:
`ssh -L 6379:REDIS_HOST:6379 SSH_USER@SSH_HOST -P SSH_PORT -i SSH_KEY -T -N`

### Build on Linux

Expand Down

0 comments on commit 462d2ca

Please sign in to comment.