SSH as user@remote.server, creating a SOCKS proxy on port 8123
In Firefox, set a manual SOCKS v5 proxy config for localhost on port 8123
ssh -D 8123 -C -q -N user@remote.server add -f if you want to background the process
SSH as user@remote.server, creating a SOCKS proxy on port 8123
In Firefox, set a manual SOCKS v5 proxy config for localhost on port 8123
ssh -D 8123 -C -q -N user@remote.server add -f if you want to background the process