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