There are some websites which I can access only from office Mac (10.6) and I am trying to access them from home also using Mac (10.6). I have set up a dynamic port forwarding
ssh -D 8888 -N me@office
and then set Firefox proxy settings to localhost:8888, but I get only empty pages. Do I need to set up something at the office Mac as well to make this tunneling working?
UPDATE: I believe that I am using HTTP proxy
$ grep Tcp /etc/sshd_config
#AllowTcpForwarding yes
# AllowTcpForwarding no