SOCKS(5) Proxy Know How
SOCKS Proxy with Putty and FoxyProxy:
 Define your free proxy Port (2409)

After enabling FoxyProxy you're able to connect your home by ssh and browse local services.
SOCKS Proxy tunnel by shell:
ssh -L 2409:localhost:2409 'user'@'host' on cyon host: ssh -D 2409 'user'@'host'SOCKS Proxy tunnel over another hop:
connection to 1. host: ssh -L 2409:localhost:2409 user@1host.chconnection on 1. to 2. host: ssh -D 2409 user@2host.ch