SSH as [email protected], 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 [email protected]
add -f
if you want to background the process
SSH as [email protected], 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 [email protected]
add -f
if you want to background the process