$ ssh yourhost.com -L 7000:localhost:6379
----- ---------------- ----------------- --------------
| RDM | -- localhost:7000 --> | OpenSSH, `ssh` | -- yourhost.com:22 --> | OpenSSH, `sshd` | -- localhost:6379 --> | redis-server |
----- ---------------- ----------------- --------------
(1) (2) (3)