In a stock Gitorious install the Rails server process should be run by
the git user, not root: ie. changes to ~/.ssh/authorized_keys should
resolve to the git user home directory, not roots .ssh. So if you run
everything as root you will have problems. Could this be the problem?
cheers,
Thomas
--
best regards,
Thomas Kjeldahl Nilsson
http://gitorious.com
ENV['HOME'] = '/home/git'
> --
> To post to this group, send email to gito...@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+...@googlegroups.com
There should be a setting in your config/gitorious.yaml file
concerning which user is being used. You may also need to specifically
specify the home environment variable in environment.rb with a line
like:
ENV['HOME'] = '/home/git'