Re: [RFC] Secure central repositories by UNIX socket authentication

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Shawn O. Pearce <spearce@...>
Cc: Johannes Schindelin <Johannes.Schindelin@...>, <git@...>
Date: Monday, January 28, 2008 - 4:14 am

On Sun, Jan 27, 2008 at 12:32:13PM -0500, Shawn O. Pearce wrote:

<snip>

How about gitosis? It requires only one extra user (usually called git),
which is the owner of all repos. This user has git-shell as its login
shell. All users are authorized by their ssh keys. The configuration and
kyes are stored in the special repo called gitosis-admin. You can define
what users to what repositories have read or write access. This is done
by adding a user to one or more groups defined in gitosis configuration.
You can have as much groups as you want. The default configuration looks
like this:

[group gitosis-admin]
writable = gitosis-admin
members = your-name

It defines the gitosis-admin group, member of which can write to the
gitosis-admin repo, and you are member of that group.

WRRNING: I have not used gitosis myself, but it looks worthy of a try.

Dmitry
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: git-daemon is insecure?, Junio C Hamano, (Sun Jan 27, 11:00 pm)
Re: git-daemon is insecure?, Shawn O. Pearce, (Sun Jan 27, 11:20 pm)
Re: [RFC] Secure central repositories by UNIX socket authent..., Johannes Schindelin, (Sun Jan 27, 10:04 am)
Re: [RFC] Secure central repositories by UNIX socket authent..., Dmitry Potapov, (Mon Jan 28, 4:14 am)
Re: [RFC] Secure central repositories by UNIX socket authent..., Johannes Schindelin, (Sun Jan 27, 2:51 pm)