Posts Tagged ‘ssh tunnel’

Use a SSH tunnel as a (Mac) system-wide SOCKS proxy to secure your traffic or bypass firewalls.

Alright, so before you push on through this post lets cover some basic scenarios where-by this might be useful:

  1. You’re on an insecure network and want to prevent your traffic being snooped on.
    All your traffic will be sent over SSH so it’ll all be encrypted to the point that it leaves your tunnel end.
  2. You want to get local access to a work or home network that’s behind a firewall.
    By tunnelling all your traffic through a host internal to that network requests will appear to come from it’s local address within that network, allowing you to access things you usually wouldn’t be able to remotely as if you were internal to the network.

Amusingly this was actually the best explanatory image on the subject of SSH tunnelling I could find, courtesy of an Engadget post here.

ssh tunnel diagram ht Use a SSH tunnel as a (Mac) system wide SOCKS proxy to secure your traffic or bypass firewalls.

Read more

Create Multi-Purpose SSH Tunnel

Recently I was on public WI-FI in The Aviator and I wanted to encrypt my traffic to prevent anyone else from sniffing it.

Read more

Return top