Hi Beltran, I'm trying to install gitolite on a bitnami AWS LAMP stack. While having a hard time defining which rights & keys to give to the git user, I noticed that in /etc/ssh/sshd_config line 32 #AuthorizedKeysFile %h/.ssh/authorized_keys is commented and I wondered WHY? Especially because when I created the git user, I had to then manually add the /home/git/.ssh/ directory.
If I uncomment the line,
- would it have created the directory when creating the user?
- will the server work OK?
And last, any advises on how to better be prepared to start installing gitolite? Suggestion: how about including git & gitolite by default in your next LAMP stacks? It's more legitimate than symfony2 after all.