savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] CVS access problem


From: Sylvain Beucler
Subject: Re: [Savannah-hackers] CVS access problem
Date: Sun, 15 Feb 2004 14:08:50 +0100

Thanks for the accurate information!

There was a similar problem a week ago, and it eventually worked when the user tried with a new key. I can only suggest you do the same: upload a newly generated public key, wait for an hour and check whether it works. If changing the key is not an option, try to remove the key, wait an hour and reupload it.

--
Sylvain


Aurelien Chanudet wrote:
> Could you try to do the checkout using the 'anoncvs' user and check
> whether that works

Yes, it's working :

$ cvs -d :ext:address@hidden:/cvsroot/gcl co gcl
cvs server: Updating gcl
U gcl/COPYING.LIB-2.0
U gcl/ChangeLog
U gcl/ChangeLog.old
U gcl/RELEASE-2.5.1
U gcl/acconfig.h
U gcl/add-defs
U gcl/add-defs.bat
U gcl/add-defs1
U gcl/bfdtest.c
^CKilled by signal 2.

> and also send the output of cvs -v -z3
> address@hidden:/cvsroot/gcl co gcl

cvs -v gives me the version number. I suspect what you want is a verbose output :

$ ssh -v address@hidden
OpenSSH_3.6.1p1+CAN-2003-0693, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /Users/rlbk/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to subversions.gnu.org [199.232.41.3] port 22.
debug1: Connection established.
debug1: identity file /Users/rlbk/.ssh/id_rsa type 1
debug1: identity file /Users/rlbk/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3.1 debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3.1 pat OpenSSH_3.2*,OpenSSH_3.3*,OpenSSH_3.4*,OpenSSH_3.5*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.6.1p1+CAN-2003-0693
debug1: Miscellaneous failure
No credentials cache found

debug1: Miscellaneous failure
No credentials cache found

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 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 'subversions.gnu.org' is known and matches the RSA host key.
debug1: Found key in /Users/rlbk/.ssh/known_hosts:2
debug1: ssh_rsa_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,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/rlbk/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Offering public key: /Users/rlbk/.ssh/id_dsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
address@hidden's password:

Thanks for your help,



reply via email to

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