Skip to content

Instantly share code, notes, and snippets.

@scips
Created August 31, 2017 08:38
Show Gist options
  • Save scips/19c659523fe79e17d0ab5e0422fdee50 to your computer and use it in GitHub Desktop.
Save scips/19c659523fe79e17d0ab5e0422fdee50 to your computer and use it in GitHub Desktop.
SSH Tunnel + Socks Proxy

SSH Tunnel

ssh -D 8123 -f -C -q -N <remoteuser@remotehost>

Proxy

Configure your Proxy Socks in the network settings of:

  • your browser
  • your DB Client
  • ...

use: localhost:8123 as proxy socks server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment