[Zope3-dev] Re: doing a writeable checkout of svn?
Martijn Faassen
faassen at infrae.com
Wed May 12 10:18:16 EDT 2004
Philipp von Weitershausen wrote:
> Martijn Faassen wrote:
>
>> Yes, I can writeable checkouts from the CVS.
>>
>> Hm, I'm on another machine now, and I set the protocol to '1' for
>> svn.zope.org. This seems to work. I did try this on the machine where
>> it didn't work, though set it to Protocol 1, 2, and that didn't seem
>> to do the trick.
>>
>> Anyway, so now I can apparently do writeable checkouts of Zope 3.
>> Thanks, and sorry for the false alarm.
>
>
> Ugh, protocol 1... That's not good; it has more holes than Gouda cheese.
> :).
Gouda cheese doesn't have that many holes. :) I've traditionally been
unable to get servers to work with my key without using protocol 1.
This is what my SSH sez:
>
> philipp at bender:~$ ssh -v -l philikon svn.zope.org
> OpenSSH_3.8p1 Debian 1:3.8p1-3, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17
> Mar 2004
> debug1: Reading configuration data /home/philipp/.ssh/config
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Connecting to svn.zope.org [12.155.117.30] port 22.
> debug1: Connection established.
> debug1: identity file /home/philipp/.ssh/identity type -1
> debug1: identity file /home/philipp/.ssh/id_rsa type -1
> debug1: identity file /home/philipp/.ssh/id_dsa type 2
> debug1: Remote protocol version 1.99, remote software version OpenSSH_3.5p1
> debug1: match: OpenSSH_3.5p1 pat OpenSSH*
> debug1: Enabling compatibility mode for protocol 2.0
> debug1: Local version string SSH-2.0-OpenSSH_3.8p1 Debian 1:3.8p1-3
Here it uses:
debug1: Local version string SSH-1.5-OpenSSH_3.8p1 Debian 1:3.8p1-3
and then goes into RSA authentication. Do I need a new key or something?
Anyway, the server accepts this.
Regards,
Martijn
More information about the Zope3-dev
mailing list