I am using LXC containers and Kubuntu 14.04.
In first container i am using jenkins and in the second container i am using git repository.
I have copied public key of first container to second container so that i can ssh to second container from first container.
But when i try to build i am getting this error.
ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from ssh:///ubu...@10.0.3.66:/home/ubuntu/gitdir
Please help as i am new to this