On Wed, Feb 26, 2020 at 10:10:05AM +0100, Andrei Rybak wrote: > > I've not yet found a way to get this to work without keeping the > > repositories in the git user's home folder. > > Disclaimer: I'm not at all familiar with git server setup. Would it make sense > to change git user home directory to be the required dedicated directory? Yeah, that's what I would suggest. git-shell does explicitly cd to $HOME, so any chdir you do before then will be lost (though you could perhaps just set $HOME in ~/.ssh/rc). -Peff