Re: [git-users] error in git when switching to ssh.

2013-02-13 Thread John McKown
Pure guess on my part, but the message: stderr: Host key verification failed. seems to be saying that SSH is not set up properly. When you do an SSH connection, the remote end has a file for each user called known_hosts in the user's ssh subdirectory. E.g. ~/ssh/known_hosts on Linux. This

Re: [git-users] error in git when switching to ssh.

2013-02-13 Thread Gabby Romano
Thanks Konstantin and All, I did try 3 things : 1) changed git path to full path under the git plugin in jenkins. didn't help. 2) I tried to ssh manually from the master (and from the slave which actually runs the jobs, in fact), it worked with no password asked, so I guess the ssh configuration

Re: [git-users] error in git when switching to ssh.

2013-02-13 Thread Konstantin Khomoutov
On Wed, 13 Feb 2013 15:49:56 +0200 Gabby Romano omerik...@gmail.com wrote: I did try 3 things : 1) changed git path to full path under the git plugin in jenkins. didn't help. 2) I tried to ssh manually from the master (and from the slave which actually runs the jobs, in fact), it worked

Re: [git-users] error in git when switching to ssh.

2013-02-13 Thread Thomas Ferris Nicolaisen
On Wednesday, February 13, 2013 2:49:56 PM UTC+1, Gabby Romano wrote: Thanks Konstantin and All, I did try 3 things : 1) changed git path to full path under the git plugin in jenkins. didn't help. 2) I tried to ssh manually from the master (and from the slave which actually runs the