[Zope3-dev] Re: doing a writeable checkout of svn?

Philipp von Weitershausen philipp at weitershausen.de
Wed May 12 07:48:04 EDT 2004


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. 
:). 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
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'svn.zope.org' is known and matches the DSA host key.
debug1: Found key in /home/philipp/.ssh/known_hosts:32
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/philipp/.ssh/identity
debug1: Trying private key: /home/philipp/.ssh/id_rsa
debug1: Offering public key: /home/philipp/.ssh/id_dsa
debug1: Remote: Forced command: /usr/local/bin/scm $SSH_ORIGINAL_COMMAND
debug1: Server accepts key: pkalg ssh-dss blen 433
debug1: read PEM private key done: type DSA
debug1: Remote: Forced command: /usr/local/bin/scm $SSH_ORIGINAL_COMMAND
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
Command not accepted
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
Command not accepted
debug1: channel 0: free: client-session, nchannels 1
Connection to svn.zope.org closed.
debug1: Transferred: stdin 0, stdout 0, stderr 36 bytes in 0.5 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 79.7
debug1: Exit status 1



More information about the Zope3-dev mailing list