Skip to content

Instantly share code, notes, and snippets.

@zipizap
Created October 11, 2013 14:35
Show Gist options
  • Save zipizap/6935721 to your computer and use it in GitHub Desktop.
Save zipizap/6935721 to your computer and use it in GitHub Desktop.
LOCAL_LISTENING_PORT=12345
REMOTE_USER="zipizap"
REMOTE_SERVER="my.server.com"
ssh -N -D $SOCKS_LISTENING_PORT $REMOTE_USER@$REMOTE_SERVER sleep 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment