Support Request #102535, was updated on dim 19.10.2003 à 16:38 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102535&group_id=11
Category: CVS Status: Closed Priority: 5 Summary: Registered ssh rsa1 key ignored By: yeupou Date: dim 19.10.2003 à 16:55 Logged In: YES user_id=1896 Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux 2.4.22-pre2; i686; fr) Hi, Where did you get the information that you need SSH to access the CVS while you are not member of any project at Savannah? The only CVS access you can have is anonymous pserver method or using viewcvs. Apart from that, I would recommend you to avoid using the root user on your system. ---------------------------------------------------------------------- By: HippoMan Date: dim 19.10.2003 à 16:38 Logged In: YES user_id=24371 Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20030927 Firebird/0.7+ Ever since yesterday, I have been trying to get CVS access here. As far as I know, I have followed the instructions. I've read other posts here, and belive that I have done everything that others have tried here. My registered ssh rsa1 key is being ignored, even much longer than 6 hours after I entered it. Here's what I did: ssh-keygen -t rsa1 I specified a passphrase, and I also specified that my key goes into a file called /root/.ssh/identity-savannah, so it won't interfere with another key I previously generated that doesn't have a passphrase. The utility then properly created /root/.ssh/identity-savannah and /root/.ssh/identity-savannah.pub. I copied and pasted the contents of the latter into the appropriate place on the "My Account Conf" page, with no line breaks. I waited more than 6 hours. I then created the following script in /usr/local/bin/ssh-savannah (everthing between 'exec' and "$@" is on a single line): #!/bin/sh exec /usr/bin/ssh -vvv -1 -i /root/.ssh/identity-savannah "$@" exit 1 I then did this (everthing between 'cvs' and 'co emacs' is on a single line): export CVS_RSH='/usr/local/bin/ssh-savannah' cvs -z3 [EMAIL PROTECTED]:/cvsroot/emacs co emacs I got the following results (see below). Notice that /root/.ssh/identity-savannah is indeed being used. What am I doing wrong? Thanks in advance. OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f debug1: Reading configuration data /root/.ssh/config debug1: Applying options for subversions.gnu.org debug1: Reading configuration data /usr/etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to subversions.gnu.org [199.232.41.2] port 22. debug1: Connection established. debug1: identity file /root/.ssh/identity-savannah type 0 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.2.1 debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.2.1 pat OpenSSH* debug1: Local version string SSH-1.5-OpenSSH_3.5p1 debug1: Waiting for server public key. debug1: Received server public key (768 bits) and host key (1024 bits). debug3: check_host_in_hostfile: filename /root/.ssh/known_hosts debug3: check_host_in_hostfile: match line 28 debug3: check_host_in_hostfile: filename /root/.ssh/known_hosts debug3: check_host_in_hostfile: match line 28 debug1: Host 'subversions.gnu.org' is known and matches the RSA1 host key. debug1: Found key in /root/.ssh/known_hosts:28 debug1: Encryption type: 3des debug1: Sent encrypted session key. debug1: cipher_init: set keylen (16 -> 32) debug1: cipher_init: set keylen (16 -> 32) debug1: Installing crc compensation attack detector. debug1: Received encrypted confirmation. debug1: Trying RSA authentication with key '/root/.ssh/identity-savannah' debug1: Server refused our key. debug1: Doing challenge response authentication. debug1: No challenge. debug1: Doing password authentication. [EMAIL PROTECTED]'s password: Permission denied, please try again. [EMAIL PROTECTED]'s password: Permission denied, please try again. [EMAIL PROTECTED]'s password: Permission denied. debug1: Calling cleanup 0x806bed8(0x0) cvs [checkout aborted]: end of file from server (consult above messages if any) ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102535&group_id=11 _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Savannah-hackers mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/savannah-hackers