John Dlugosz <JDlugosz@xxxxxxxxxxxxxxxx> wrote: > > But yes, the SSH protocol is the git:// protocol, tunneled through > SSH, > > and will be much more efficient over the VPN than SMB. > > Someone else said that the git daemon is for fetching only. So that's > not a limitation with the git: protocol, just the git-daemon itself? Correct. Actually, git-daemon can support pushing. Its just that it has *no* authentication, so enabling push support on the daemon is really risky as anyone who has network access to the server can update the repositories it hosts. -- Shawn. -- 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