gomp-discuss
[Top][All Lists]
Advanced

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

Re: [Gomp-discuss] The Continuing CVS Saga


From: Lars Segerlund
Subject: Re: [Gomp-discuss] The Continuing CVS Saga
Date: Fri, 23 May 2003 13:06:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030521 Debian/1.3.1-1


I found this snippet on savannah.nongnu.org -> userfaq -> How do I configure my SSH access ?

Perhaps you should ask them since there is a email address for support, and also reference to the support manager.

The password/passphrase thing looks interesting also, when I do a cvs up it asks me for the passphrase, can you verify this ?

 / Lars Segerlund.

Common troubles:
If, while (for example) you try to write on your download area, it asks you for a password and not a passphrase, it means that your key is not recognized. It can be a matter of time (the cron job...) or, generally, it means that your key is not a correct SSH1 RSA key. If you think you have done everything correctly, use the support manager [ http://savannah.gnu.org/support/?group_id=11 ] or write to address@hidden explaining your problem, providing copy/paste from the errors messages.


Scott Robert Ladd wrote:
I've been buried in work for two months, so I thought I'd let this problem rest. Now that I'm wanting to get back into GOMP, I find the -- as before -- savannah.gnu.org refuses to accept my authentication.

I've successfully used remote CVS before, although not in the context of GNU. I've searched the web high and low, seeking any answer to this vexing problem.

To answer the common questions:

Yes, I've registered my public key with savannah via the web interface.

Yes, I've double-cecked what the registered kay against the one on my machine.

Yes, I have tried connecting with and without my router in the middle.

Yes, I have my ~/.ssh/config file set correctly, as in:

    # also tried: Host savannah.gnu.org
    Host *gnu.org
        Protocol 1

Here's the result I get when trying to checkout the project:

  $ cvs -z3 -d address@hidden:/cvsroot/gomp co
  address@hidden's password:

No password works. Now, if I try something I found via Google:

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

I believe this indicates where the problem lies; the server is refusing my key, and so it regresses to password authentication. I do not have a shell login for savannah, so I can't verify that my ~/.ssh/authorized_keys file is set correctly.

Frankly, I'm at a loss. I can retrieve files via anonymous access, but (as yet) have no way of write-accessing the repository.

Any ideas would be appreciated.






reply via email to

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