Hey Fediverse: do you know of a smaller alternative to #Gitolite?
I want to restrict specific SSH users to specific Git repositories. So ideally I just want to add some "restricted shell" to the lines in authorized_keys and that's it. Basically like git-shell, but with a directory limit. Or like Gitolite, but much smaller. Ideas?
(I could also create a different system user for each repository, but that's quite some management overhead as well.)