savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] [axiom] cvs setup


From: root
Subject: [Savannah-hackers] [axiom] cvs setup
Date: Fri, 13 Sep 2002 12:52:23 -0400

All,

I've recently started a project (axiom) which is listed on savannah.
I've set up a public key pair for a local user (axiomgnu).
The keys were generated with type rsa1
I've registered the public key with the axiom project.
The keys match.

I've created a local directory (axiomgnu/master).
I've created the following .ssh/config file:

Host *.gnu.org
  Protocol=1
  Compression=yes
  CompressionLevel=3
  User=axiom
  StrictHostKeyChecking=no
  PreferredAuthentications=publickey,password
  NumberOfPasswordPrompts=2


I've tried to check out the CVS initial archive but am unable to log on.
I've tried on both savannah and subversions.
The console trace is appended.

My only thought is that subversions knows my key (and uses RSA1)
but the project is hosted on savannah (which uses DSA) and does
not have my key.

Clearly I've missed something. Suggestions are welcome.

Tim Daly
address@hidden

===========================================================================

address@hidden master]$ whoami
axiomgnu
address@hidden master]$ export CVS_RSH=ssh
address@hidden master]$ cvs -z3 address@hidden:/cvsroot/axiom co axiom
The authenticity of host 'subversions.gnu.org (199.232.41.2)' can't be 
established.
RSA1 key fingerprint is 66:f4:9a:7e:e3:a8:c5:16:d1:88:aa:ef:3e:06:75:30.
Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'subversions.gnu.org,199.232.41.2' (RSA1) to the 
list of known hosts.
address@hidden's password: 

Permission denied, please try again.
address@hidden's password: cvs [checkout aborted]: received interrupt signal
address@hidden master]$ 

address@hidden master]$ cvs -z3 address@hidden:/cvsroot/axiom co axiom
The authenticity of host 'savannah.gnu.org (199.232.41.3)' can't be established.
DSA key fingerprint is aa:3a:55:af:89:20:b0:d7:cd:26:55:58:9f:b9:14:34.
Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'savannah.gnu.org,199.232.41.3' (DSA) to the list of 
known hosts.
address@hidden's password: 

Permission denied, please try again.
address@hidden's password: cvs [checkout aborted]: received interrupt signal
address@hidden master]$ 







reply via email to

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