if: SSH port 22 on server, local proxy port 8080
plink.exe -v -ssh -x -a -T -C -N -P 22 -D 8080 [email protected]
or
klink.exe -v -ssh -x -a -T -C -N -P 22 -D 8080 [email protected]
Store key in cache? (y/n) y
Firefox about:config
network.proxy.socks_remote_dns;true
Set Firefox network connection settings to manual proxy configuration, Socks v5, Socks host 127.0.0.1 port 8080 (check Proxy DNS when using Socks v5).