From: "H. Peter Anvin" <hpa@zytor.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Petr Baudis <pasky@suse.cz>, git@vger.kernel.org, ftpadmin@kernel.org
Subject: Re: Cloning speed comparison
Date: Sat, 13 Aug 2005 16:25:19 -0700 [thread overview]
Message-ID: <42FE815F.8050201@zytor.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0508122223280.19049@g5.osdl.org>
Linus Torvalds wrote:
>
> On Fri, 12 Aug 2005, H. Peter Anvin wrote:
>
>>Running it over ssh would be a good way to do authentication...
>
>
> Well, if you have ssh as an option, you don't need git-daemon any more,
> since the protocol that git-daemon does runs quite well over ssh on its
> own...
>
> The only point of git-daemon really is when you don't have ssh access (ie
> you may want to give people a limited interface, but not full ssh). Ie
> as-is, it's only for anonymous reads of a git archive, but it obviously
> _could_ do more.
>
Okay. So use git-daemon for the anonymous users, and run the git
protocol over ssh for writing. Seems easy enough for me.
-hpa
next prev parent reply other threads:[~2005-08-13 23:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-13 1:54 Cloning speed comparison Petr Baudis
2005-08-13 2:12 ` Linus Torvalds
2005-08-13 3:10 ` Petr Baudis
2005-08-13 3:28 ` Linus Torvalds
2005-08-13 5:16 ` H. Peter Anvin
2005-08-13 5:25 ` Linus Torvalds
2005-08-13 23:25 ` H. Peter Anvin [this message]
2005-08-13 5:16 ` H. Peter Anvin
2005-08-15 17:50 ` Daniel Barkalow
2005-08-15 20:46 ` Junio C Hamano
2005-08-15 21:27 ` Daniel Barkalow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42FE815F.8050201@zytor.com \
--to=hpa@zytor.com \
--cc=ftpadmin@kernel.org \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).