SSH Handbook
Dynamic Forwarding
Creates a SOCKS proxy on localhost port 1080.
ssh -p 46022 -D 1080 $ALIAS.mint-system.comStart Chromium using the proxy.
chromium --proxy-server="socks5://127.0.0.1:1080"Browse the internal network.
Creates a SOCKS proxy on localhost port 1080.
ssh -p 46022 -D 1080 $ALIAS.mint-system.comStart Chromium using the proxy.
chromium --proxy-server="socks5://127.0.0.1:1080"Browse the internal network.