savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Cannot access cvs repository


From: Richard Sperling
Subject: [Savannah-hackers] Cannot access cvs repository
Date: Thu, 20 Feb 2003 18:44:13 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210

I'm having a problem that others have reported: I cannot connect to the cvs repository. Per the instructions, I performed the following steps in the order listed:

1. Created ~/.ssh/config; this file contains the following two lines:

Host subversions.gnu.org
Protocol 1

2. Typed 'ssh-keygen -t rsa1'

The contents of ~/.ssh/identity.pub are:

1024 35 149273233135698704784346048211867084305262178844022213800266318731573990238268923183080771282459611698615644550454702669643381102109744094325821701757855996427456685319182759856223013070258272776446531728857013566498315913400342578164111878852392148056120704514197330176409249966158033839195765789000649739539 address@hidden

I entered this key on my account page and it shows the presence of a single key as expected. I do, however, have a question. When I enter the key on my account page, am I supposed to include 'address@hidden' that appears at the end of the key listed above? Currently, the key does in fact include that last bit.

3. I waited 6 hours to ensure that the cron job was run.

4. Typed the following:

export CVS_RSH=ssh
cvs -z3 address@hidden:/cvsroot/openvortex co openvortex

The output of the above command is:

address@hidden:~/downloads> cvs -z3 address@hidden:/cvsroot/openvortex co openvortex
address@hidden's password:
2496: Permission denied, please try again.
address@hidden's password:
2496: Permission denied, please try again.
address@hidden's password:
2496: Permission denied.
cvs [checkout aborted]: end of file from server (consult above messages if any)

4. The output of 'ssh -v address@hidden' is:

OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
2494: debug1: Reading configuration data /home/richard/.ssh/config
2494: debug1: Applying options for subversions.gnu.org
2494: debug1: Reading configuration data /etc/ssh/ssh_config
2494: debug1: Applying options for *
2494: debug1: Rhosts Authentication disabled, originating port will not be trusted.
2494: debug1: ssh_connect: needpriv 0
2494: debug1: Connecting to subversions.gnu.org [199.232.41.2] port 22.
2494: debug1: Connection established.
2494: debug1: identity file /home/richard/.ssh/identity type 0
2494: debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1
2494: debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1 pat OpenSSH*
2494: debug1: Local version string SSH-1.5-OpenSSH_3.4p1
2494: debug1: Waiting for server public key.
2494: debug1: Received server public key (768 bits) and host key (1024 bits). 2494: debug1: Host 'subversions.gnu.org' is known and matches the RSA1 host key.
2494: debug1: Found key in /home/richard/.ssh/known_hosts:1
2494: debug1: Encryption type: 3des
2494: debug1: Sent encrypted session key.
2494: debug1: cipher_init: set keylen (16 -> 32)
2494: debug1: cipher_init: set keylen (16 -> 32)
2494: debug1: Installing crc compensation attack detector.
2494: debug1: Received encrypted confirmation.
2494: debug1: Trying RSA authentication with key '/home/richard/.ssh/identity'
2494: debug1: Server refused our key.
2494: debug1: Doing challenge response authentication.
2494: debug1: No challenge.
2494: debug1: Doing password authentication.
address@hidden's password:

At this point I typed C-c to interrupt the process.

I'm at a loss and need your help. Thanks.

Richard Sperling





reply via email to

[Prev in Thread] Current Thread [Next in Thread]