savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] Re: help needed


From: mgua
Subject: Re: [Savannah-hackers] Re: help needed
Date: Tue, 23 Nov 2004 23:34:22 +0100


SB>Your SSH key is not in the format we expect, how did you get it?

here are the steps I followed to prepare it:
Here are the steps that I performed (working from a debian gnu/linux box):
      #apt-get cvs install
      #apt-get ssh2 install
      $ssh-keygen (creates/home/me/.ssh2/id_dsa_1024_a.pub)
I then uploaded the pubkey (cut&paste from the screen) to savannah form on
http://savannah.nongnu.org/account/editsshkeys.php, after logging in with
my account (mgua)
I tried the whole thing two times, generating different keys, and 
uploading
both of them in position #1 and #2.
here you can see by yourself:

address@hidden:~/.ssh$ pwd
/home/mgua/.ssh
address@hidden:~/.ssh$ ls -la
total 44
drwxr-xr-x    3 mgua     mgua         4096 Nov  3 13:03 .
drwxr-xr-x   42 mgua     mgua         4096 Nov 23 19:44 ..
-rw-r--r--    1 mgua     mgua           37 Nov  3 13:03 config
drwx------    2 mgua     mgua         4096 Nov 23 01:01 hostkeys
-rw-------    1 mgua     mgua          893 Oct  1 01:06 id_dsa_1024_a
-rw-r--r--    1 mgua     mgua          754 Oct  1 01:06 id_dsa_1024_a.pub
-rw-------    1 mgua     mgua          893 Nov  3 11:55 id_dsa_1024_b
-rw-r--r--    1 mgua     mgua          754 Nov  3 11:55 id_dsa_1024_b.pub
-rw-r--r--    1 mgua     mgua         6442 Nov  3 11:51 known_hosts
-rw-------    1 mgua     mgua          512 Nov 21 01:46 random_seed
address@hidden:~/.ssh$ cat id_dsa_1024_b.pub
---- BEGIN SSH2 PUBLIC KEY ----
Subject: mgua
Comment: "1024-bit dsa, address@hidden, Wed Nov 03 2004\
 11:55:03 +0100"
AAAAB3NzaC1kc3MAAACBAN8wk1vsfHfuWjc3LlKkFMog2o6vh97/RyIGPItLAH9tI2JwoS
7RCVzRk3YfpSdxXb1NvgovsIuc5cBhRuIs//W/Z0FiNydrNcol0DgXXoxK0CHZnugQpIbX
6+3gGy40ABSHcssxPCiqdO6au+LVYCoh+xuVB6yT7Wot5YS7bdl7AAAAFQD3q/wwIip0TL
2hbdj6ivkmI0NI3QAAAIEAyagepYoY3Wpf0QC5PFCnIEqXY4CSk4QqoMA/seHp9DLr9xW3
MQQqoSgx7HDPXNNMIzfip7g/uYAU1OYEFva4uBHjC7n+FBh1n2/GB0ofWuQp2Ld10kqob0
qBFbflUrGm+hcr00cCKEYesRHetSRyBlWkSdvnaK3fdM+hYcYr/2oAAACABGI5zFVDLzxp
6MOTLpnOHF0HDv3V1kYt7mayI3WmyBRc4UtcuQIRuJrzyatSFj1V2WdhCD3KfYG59BDpwY
lVRdjJP6qlFuz+jvXl3UrxkQ8tbrA60mI7jUJ9X70XG/dvEEeUYk0A5oJg5P67iggVjQj8
twD6gnEN1h2x2Jyc1VA=
---- END SSH2 PUBLIC KEY ----
address@hidden:~/.ssh$




SB>Your GPG key is just the fingerprint, not the key itself, 
SB>please use 'gpg --export -a email'.

Okay, in this case the label on the screen misguided me, because says that 
the pasting the fingerprint is enough.
https://savannah.gnu.org/account/change.php?item=gpgkey
If the full key is required, please remove the "or your fingerprint" text.
I will also suggest that a link to this GPGkey form is inserted into the 
"my account configuration" form. 

To get my public gpg key, I executed the following commands:
$ gpg --list-keys
/home/mgua/.gnupg/pubring.gpg
-----------------------------
pub  1024D/1504A331 2004-11-21 Marco Guardigli <address@hidden>
sub  1024g/D646378E 2004-11-21
$ gpg --export -a 1504A331
then pasted the output on the browser form.
-------

After my project will be online, I will prepare a complete walktrough of 
the entire package submission process. 
I think it will be useful for others.


Regards,
Marco Guardigli



--------


On Mon, Nov 22, 2004 at 11:58:39PM +0000, address@hidden wrote:
> Sylvain,
> 
> I need some help in uploading my project file in savannah.
> project name: blackbox
> This has been recently approved.
> This is my first project in savannah, and I am having problems in 
uploading
> the two project files (tar.gz and tar.gz.sig), and in preparing html
> project home page.
> 
> first problem: uploading tarball and signature file
> I prepared my gpg key, prepared a detached signature for the tarball, 
and
> uploaded my public key signature on
> https://savannah.gnu.org/account/change.php?item=gpgkey
> I am able to see the fingerprint there.
> 
> I then uploaded via anonymous ftp both files to
> ftp://savannah.gnu.org/incoming/savannah/blackbox
> (See attached file: blackbox.tar.gz)(See attached file:
> blackbox.tar.gz.sig)
> upload takes places, but I am not able to see directory contents. I am
> simply working from ftp client command line, without any upload manager.
> I tried to upload files also to the sister nongnu site
> ftp://savannah.nongnu.org/incoming/savannah/blackbox, with identical
> results.
> 
> 
> second problem: uploading a home page for the project
> I am trying to use cvs.
> Here are the steps that I performed (working from a debian gnu/linux 
box):
>       #apt-get cvs install
>       #apt-get ssh2 install
>       $ssh-keygen (creates/home/me/.ssh2/id_dsa_1024_a.pub)
> I then uploaded the pubkey to savannah form on
> http://savannah.nongnu.org/account/editsshkeys.php, after logging in 
with
> my account (mgua)
> I tried the whole thing two times, generating different keys, and 
uploading
> both of them in position #1 and #2.
> 
> Then I waited some days, and tried the following command
>       address@hidden:~/savannah$ cvs -z3
> -d:ext:address@hidden:/webcvs/blackbox co blackbox
>       Accepting host savannah.gnu.org key without checking.
>       mgua's password:
> but as you see, I got a password request. Reading the faq, this should 
mean
> that I have incorrectly setup my config.
> 
> 
> 
> thank you,
> Marco Guardigli


reply via email to

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