forksand-it-manual/source/resources/apps/socks/forksand-socks-sf-004

15 lines
206 B

#!/bin/bash
# forksand-socks-sf-004
# GPLv3+
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9994
# to use sf-004 for the proxy
set -x
ssh \
-C \
-N \
-D 9994 \
-o ControlMaster=no \
sf-004