On Fri, Dec 27, 2013 at 02:21:31PM -0800, Junio C Hamano wrote: > Konstantin Khomoutov <flatworm@xxxxxxxxxxxxxxxxxxxxx> writes: > > > > The Git protocol does not implement it itself but you can channel it > > over a TLS tunnel (via stunnel for instance). Unfortunately, this > > means a specialized software and setup on both ends so if the question > > was about a general client using stock Git then the answer is no, it's > > impossible. > > Hmph, I somehow had an impression that you wouldn't need anything > more complex than a simple helper that uses git-remote-ext on the > client side. On the remote end, you'd need to have something that > terminates the incoming SSL/TLS and plugs it to your git daemon. If you have some tool that can do cleartext I/O from stdin/stdout and establishes ciphertext connection itself, you can use it with git-remote-ext. It was written for cases exactly like that. To do git:// inside, use the %G pseudo-argument. -Ilari -- 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