hudson ne peut pas extraire de dépôt git

J'ai un serveur Hudson, et un dépôt git, à la fois en cours d'exécution sur notre serveur (une machine ubuntu).
Chaque fois que j'essaie de construire mon appli avec hudson, il dit que le prédécesseur

Iniciado pelo usuário anonymous
Checkout:workspace //usr/share/tomcat6/.hudson/jobs/ECF/workspace - hudson.remoting.LocalChannel@176150c
Using strategy: Default
Checkout:workspace //usr/share/tomcat6/.hudson/jobs/ECF/workspace - hudson.remoting.LocalChannel@176150c
Fetching changes from the remote Git repository
Fetching upstream changes from ssh://[email protected]/git/germantech.git
ERROR: Problem fetching from servidor /servidor - could be unavailable. Continuing anyway
ERROR:  (Underlying report) : Error performing command: git fetch -t ssh://[email protected]/git/germantech.git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t ssh://[email protected]/git/germantech.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: Host key verification failed.
fatal: The remote end hung up unexpectedly

ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository

ce qui me manque ici?
Des idées? merci d'avance

MODIFIER

Ok, fait travailler!
tout d'abord, je me suis connecté avec mon hudson utilisateur (sudo su - -s /bin/bash tomcat6) et puis, j'ai supprimé mon .ssh dossier.
après cela, j'ai simplement suivi cette lien, et fait une connexion ssh sans mot de passe
maintenant, hudson pouvez faire une extraction sans avoir à especify un mot de passe

OriginalL'auteur Luiz E. | 2012-01-18