Re: [git-users] daemon

2012-08-22 Thread Konstantin Khomoutov
On Wed, 22 Aug 2012 18:35:43 +0200
Tomasz Prus  wrote:

> Can You recomend any extendable Git SSH deamon (open source) for use
> in production eg. in Java, Erlang..? I mean to implement own
> authorization rules etc.
It's not clear what do you really mean by "authorization rules" while
telling specifically about SSH replacement because SSH is about
authentication (and transport), not authorization.
Making a guess, I suggest you to look at gitolite [1]: it works behind
a regular SSH daemon and provides for repository management,
virtualized Git users (distinguished based on the public parts of their
SSH keys) and fine-grained access control to the repositories
(supposedly that's what you want).

1. http://sitaramc.github.com/gitolite/master-toc.html

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] daemon

2012-08-22 Thread Tomasz Prus
Hi,

Can You recomend any extendable Git SSH deamon (open source) for use in
production eg. in Java, Erlang..? I mean to implement own authorization
rules etc.

Best,
Tomasz Prus

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.