From 08e80894aef6a3c57abf963398ec0ae86074e7e4 Mon Sep 17 00:00:00 2001 From: Andreas Erhard Date: Wed, 24 Apr 2019 14:22:41 +0200 Subject: [PATCH] Document manual creation of SSH tunnel for current version --- docs/install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index f74751ac0..e274dd90e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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