I am trying to get hudson to pull from a remote repository, I have set up an ssh trust relationship between the hudson user from /usr/lib/hudson/.ssh/id_rsa.pub to the gitosis keydir (like I have done for hundreds of other users)
when I ssh in as hudson and run
git clone git@gitserver:project
I get
You shall not pass!
Enter Password:
is there any reason the hudson user cannot clone from gitosis but every other user can?
I have tried with a fresh install of hudson as well.
HUDSON_HOME is set to /usr/lib/hudson
have tried git path as git and /usr/bin/git
any help appreciated! :)