kesto.de Cheatsheets

tsocks

Routing traffic via SSH host using tsocks

Edit /etc/tsocks.txt

server = 127.0.0.1
server_type = 5
server_port = 1080

Connect with SOCKS "tunneling" enabled

ssh -D1080 example.org

Pass program to launch as argument to tsocks

tsocks firefox