How can I allow other computers to use my local SOCKS SSH tunnel?

Solution 1:

Tell it to bind to an external address instead of localhost.

ssh -D 192.168.0.123:1234 example.com