here it’s how to create ssh tunnel to your system.
addhewarman@google.inc:~/google/devops/script$ ssh -o "CompressionLevel=9" -C -D 2024 root@173.194.38.176
root@173.194.38.176's password:
Last login: Tue May 14 13:18:00 2013 from 74.125.235.46
[root@google ~]#
after your ssh connection established, set your pc to connect via proxy socket to ‘localhost’ port 2024 it will bring your connection to your machine directly.