Skip to content

Instantly share code, notes, and snippets.

@epayet
Created May 20, 2014 11:36
Show Gist options
  • Save epayet/ec2d56f16e078ec45f90 to your computer and use it in GitHub Desktop.
Save epayet/ec2d56f16e078ec45f90 to your computer and use it in GitHub Desktop.
tunnel ssh git
ssh -L 3333:github.com:9418 user@sshServer -N
#forward the local port 3333 to the git protocole
#example: git clone git://localhost:3333/epayet/...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment