it seem it is in ssh client. <br>I have tried to connect <a href="http://gabe.freedesktop.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">gabe.freedesktop.org</a> from jsch (it is java library for SSH) and I could login to gabe.
<br><br>my ssh client seem not to understand the passphrase or can not extract it private key.
<br><br>I have generate another key and transfed the public key to gabe with jsch and then added it to authorites keys.<br><br>now I can login with normal ssh command on gabe using this new key.<br>but still can not connect to 
<a href="http://cvs.freedesktop.org">cvs.freedesktop.org</a> using this new key.<br><br>how can i let <a href="http://cvs.freedesktop.org">cvs.freedesktop.org</a> use <a href="http://gabe.freedesktop.org">gabe.freedesktop.org
</a> use ssh authorized_keys or to copy the new key?<br>