From: Jon Loeliger <jdl@jdl.com>
To: Shawn Pearce <spearce@spearce.org>
Cc: Junio C Hamano <junkio@cox.net>, git@vger.kernel.org
Subject: Re: Setting up Password protected repositories?
Date: Sun, 17 Sep 2006 11:22:03 -0500 [thread overview]
Message-ID: <E1GOzP9-0001Fn-G8@jdl.com> (raw)
In-Reply-To: Your message of "Sat, 16 Sep 2006 22:20:14 EDT." <20060917022013.GA7512@spearce.org>
So, like, the other day Shawn Pearce mumbled:
> > >
> > > Or am I missing something deeper?
Hmmm... Maybe _I_ am!...
> > I want git-daemon to serve up the repository.
> > I just want to have it served to people who can
> > supply a password or have an ssh key in place.
>
> Don't use git-daemon.
Say that again? It sounded like you said "Don't use git-daemon."
> Instead create UNIX accounts for the people who need access and if
> you don't want them to actually be able to login set their shell
> to be `git-sh`. This is a special shell-like thing that only lets
> the user push or fetch to any repository they have access to.
Yeah, I think I'm getting it now. Don't use git-daemon, and
instead set up UNIX accounts with git-sh as their shell. That
will let them push and fetch from a repository they can access.
> The URL is a 'git+ssh' style URL and they will use SSH to connect.
Ahhh... Straight ssh to git-sh, no git daemon or HTTP in the mix.
> Access is controlled by standard UNIX user/group read/write access
> and ACLs if your OS/filesystem support them. You can also control
> pushing with an update hook.
OK. I seem to recall a recipe down this line somwhere... Is there
a current "Best Practices" write up somewhere with these details
outlined in it?
So slowly we are clued...
Thanks,
jdl
next prev parent reply other threads:[~2006-09-17 16:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-17 0:52 Setting up Password protected repositories? Jon Loeliger
2006-09-17 1:24 ` Junio C Hamano
2006-09-17 2:07 ` Jon Loeliger
2006-09-17 2:18 ` Junio C Hamano
2006-09-17 2:20 ` Shawn Pearce
2006-09-17 16:22 ` Jon Loeliger [this message]
2006-09-17 16:43 ` J. Bruce Fields
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=E1GOzP9-0001Fn-G8@jdl.com \
--to=jdl@jdl.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=spearce@spearce.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.