savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] [ 100767 ] Problem with CVS keys


From: nobody
Subject: [Savannah-hackers] [ 100767 ] Problem with CVS keys
Date: Fri, 19 Apr 2002 19:44:19 -0400

Support Request #100767, was updated on 2002-Apr-19 14:23
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100767&group_id=11

Category: CVS
Status: Open
Priority: 5
Summary: Problem with CVS keys

By: yeupou
Date: 2002-Apr-20 01:44

Message:
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 Galeon/1.2.0 (X11 ; GNU / Linux 2.4.17 i686 ; fr_FR)

I'm not sure but I think your key is a Protocol 2 key.

In fact, you must create it once there's already a
~/.ssh/config with Protocol 1 as content.
When I type ssh-keygen , it starts with "Generating
public/private rsa1 key pair."

Your output is "Generating public/private rsa key pair." and
according to the others informations, you run a quite
similar software (openssl two, but different versions), so
it let me think that can be the problem.

You should remove the unproper key from your accout, create
a new one (with ~/.ssh/config as you have done), add it.

About the delay  explanation :
http://savannah.gnu.org/docs/?item=Is_there_some_delays_on_update.txt

In fact, you've a bad luck, you've probably changed your key
just after the cron job...

----------------------------------------------------------------------

By: T_E_D_
Date: 2002-Apr-20 01:35

Message:
Logged In: YES 
user_id=6186
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) 
Gecko/20011221

I created that key last night, and created the issue this
morning. Why did it take so long?

Either way, it still doesn't work. My output from ssh -v -l is:
$ ssh -v -l T_E_D_ subversions.gnu.org
OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
debug1: Reading configuration data /home/Ted/.ssh/config
debug1: Rhosts Authentication disabled, originating port
will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 1000 geteuid 1000 anon 1
debug1: Connecting to subversions.gnu.org [199.232.41.2]
port 22.
debug1: temporarily_use_uid: 1000/513 (e=1000)
debug1: restore_uid
debug1: temporarily_use_uid: 1000/513 (e=1000)
debug1: restore_uid
debug1: Connection established.
debug1: identity file /home/Ted/.ssh/identity type 0
debug1: Remote protocol version 1.99, remote software
version lshd_1.2.1 lsh - a
 free ssh
debug1: no match: lshd_1.2.1 lsh - a free ssh
debug1: Local version string SSH-1.5-OpenSSH_3.1p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key
(1024 bits).
debug1: Host 'subversions.gnu.org' is known and matches the
RSA1 host key.
debug1: Found key in /home/Ted/.ssh/known_hosts:2
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
'/home/Ted/.ssh/identity'
debug1: Remote: .ssh/authorized_keys, line 1: bad key syntax
debug1: Server refused our key.
debug1: Doing password authentication.
address@hidden's password:

Here's my shell output from when I created it:

$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/Ted/.ssh/id_rsa):
/home/Ted/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/Ted/.ssh/id_rsa.
Your public key has been saved in /home/Ted/.ssh/id_rsa.pub.
The key fingerprint is:
31:b2:07:bd:85:11:d1:6c:af:e1:2a:18:f3:e5:a8:fa address@hidden

As for verifying ssh's configuration, I'm not sure how to do
that (I'm new at this). I did create a file named
c:/cygwin/home/Ted/.ssh/config, which contains only the
following line:
Protocol 1



----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100767&group_id=11



reply via email to

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