#!/bin/bash
(while true; do ssh -o GatewayPorts=yes -L3128:127.0.0.1:3128 sam@216.218.223.118; read -t 2 -p 'connect again?  (^C to exit)  '; echo; done)
