Andreas Schwab wrote: >>By now I'm pretty sure that it's not (completely, at least) my fault, >>because I tested my svn+ssh setup with 3-4 servers around the world and >>all asked a password, as expected. >> >> >This is configurable in the ssh server. > > Ok.
I tried using my old-good ssh1 (which I'm usually using for gcc's cvs), setting SVN_SSH, as suggested privately by Daniel. Now what happens is that I'm indeed requested a password, exactly as happens for cvs, but for some reason the usual password which I'm using together with cvs is not ok, keeps asking: paolo:~/test-svn> svn co svn+ssh://[EMAIL PROTECTED]/svn/gcc/trunk Enter passphrase for RSA key '[EMAIL PROTECTED]': Enter passphrase for RSA key '[EMAIL PROTECTED]': ... ... Of course, I would rather prefer using the new openssh4.2p1: if I configure it to use Protocol 1, same behavior... Paolo.