View Single Post
Posts: 32 | Thanked: 2 times | Joined on Jul 2006
#4
you could just set up a socks proxy if your programs allow you to configure that...

ssh -D 9928 user@remote

Then go to your config in the program and set it up to use socks proxy with hostname "localhost" (or 127.0.0.1) and port 9928 or whatever you specified after the D up in that command^