Skip to main content

SSH Tunnel

tunnel with ssh (local port 3337 -> remote host's 127.0.0.1 on port 6379)

ssh -L 3337:127.0.0.1:6379 root@domain.tld -N