#!/bin/bash
# forksand-socks-sf-fw1
# GPLv3+
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9999
# to use sf-fw1 for the proxy

set -x

ssh \
	-C \
	-N \
	-D 9999 \
	-o ControlMaster=no \
	sf-fw1