all the time I have used eclipse CVS support to handle xserver sources. we in LG3D have not moved to GIT now, but we plan this soon. <br>with eclipse i can connect to <a href="http://pdx.freedesktop.org">pdx.freedesktop.org
</a> using eclipse extssh method. it ask me only for "Enter passphrase for key '/home/bukhari/.ssh/id_dsa'" and this work.<br>now when I try by using normal cvs command or try use git clone I got allways this message at  the end:
<br>-----<br>Permission denied (publickey,keyboard-interactive).<br>fatal: unexpected EOF<br>fetch-pack from '<a href="http://git+ssh://amirbukhari@git.freedesktop.org/git/xorg/xserver">git+ssh://amirbukhari@git.freedesktop.org/git/xorg/xserver
</a>' failed<br><br>-----<br>first ssh ask for passphrase, but it ask 3 times, then ask for passowrd!!!! and then failed<br><br>I still can access CVS using eclipse extssh method. it means that my id_dsa is correct.<br><br>
did someone know the reason?<br><br>it maybe in the ssh server version on the xorg is not compatible with ssh on my system!!<br><br>my ssh version is:<br>OpenSSH_4.3p2 Debian-5, OpenSSL 0.9.8c 05 Sep 2006<br>