Posts Tagged ‘SOCKS’

Background At home I have a bunch of SSH tunnels from a VM to my various virtual private servers in various places around the world, so I can direct my web traffic through those exit points when needed. I’ve written before about using autossh to do this. But when I’m travelling I don’t have my […]


I like to have permanent SSH connections from (a VM on) my home network to the various virtual private servers (VPSs) that I have scattered around the globe as these give me SOCKS proxies that I can use to make my web traffic appear from the US or the Netherlands or wherever (as mentioned in […]


TL;DR I thought I could put Squid in front of an SSH tunnel, but it can’t do that. Thankfully Polipo can do the trick. Why? I was quite happy when it was just spies that were allowed to spy on me (even if they might have been breaking the law by doing so), but I […]


In part 1 I went through setting up an SSH tunnel, and waking up machines on the home network. In this part I’ll run through how to use various protocols and clients to connect to machines on the home network. SSH tunnels on PuTTY SSH lets you tunnel many other protocols through it (using a […]


I’ve been meaning to try this out for some time, and my recent trials with Amazon’s US Kindle Store prodded me into action. The theory Popular SSH clients (like OpenSSH and Putty) have features that allow tunneling. Amazon Machine Images (AMIs) normally have some way of being administered over SSH. So… start up an EC2 […]