I had a similar situation with git - I found the best way to see what's
going on is to set up a test job that does a ssh -vvv to the git server
(Mercurial in your case)
That showed me which keys it was using and whether or not it actually used
the .ssh/config file

hth
chanda


On Sat, May 18, 2013 at 2:30 PM, Alex Grönholm <[email protected]>wrote:

> I have a Jenkins installation on a Linux box and a Windows 7 build slave
> for building Windows-only projects. Trouble is, I can't get the slave to
> check out the source repository with Mercurial. It always hangs, possibly
> due to SSH waiting for password input even though it's running in a
> headless environment. I have the proper SSH key installed on the master,
> but I don't think the slave can utilize it. What would be the best approach
> to this problem?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to