Lightweight port forwarder in go (inspired by http://blog.evilissimo.net/simple-port-fowarder-in-golang)
Just download the binary for your OS and arch from the releases page.
go get github.com/mitchellh/gox
gox -arch="386 amd64" -os="darwin linux windows"