SSH-Port-Setting isn't working correctly
Created by: ccoenen
As already stated in the google group, the port setting in config/gitlab.yml doesn't work as expected. Your installation will give you the /errors/githost page:
Gitolite Error
Application cant get access to your gitolite system.
1. Check 'config/gitlab.yml' for correct settings.
2. Make sure web server user has access to gitolite. Setup tutorial
3. Try:
sudo chmod -R 770 /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
(just posting this to make this post easier to find.)
Also, you'll end up with gitlabhq-gitolite-TIMESTAMP directories in /tmp/
The Solution, posted by Lance on the Google group solved it for me: https://groups.google.com/group/gitlabhq/browse_thread/thread/e19d0b2378b0c04a -> don't set the port in config/gitlab.yml, create a ~/.ssh/config entry for your server instead.
I'd like to request a warning message for (or complete removal of) port-setting in config/gitlab.yml
(issue is still present in 2.1)