[Cc: David Symonds <dsymonds@xxxxxxxxx>, gmane.comp.version-control.git] David Symonds wrote: > I have a situation where I'd like to push to a remote git repository > on a machine that is a little weird to access, so I need two different > types of ssh'ing to reach it depending on my location. That is easily > scriptable, which is how I did it with SVN (ended up with a > svn+voltron:// protocol), but is not currently possible with git. See http://git.or.cz/gitwiki/GitTip, section "How to push/pull via ssh to host behind gateway?". It describes two solutions: first, using ProxyCommand option of ssh and netcat utility on gateway, second via ssh tunnel set up. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html