mainSavannah Administration - Support: sr #104072, Adding public key via web...

 
 

sr #104072: Adding public key via web interface not working

Submitter:  Vernon Mauery <vhmauery>
Submitted:  Tue 05 Apr 2005 03:53:37 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  Beuc
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Apr 2005 07:46:31 PM UTC, comment #1: 

Hi,

You're not member of any project; as a result, no account was created on the system. An account will be created few time after you become a member of a project.

Sylvain Beucler <Beuc>
Tue 05 Apr 2005 03:53:37 PM UTC, original submission:  

I have tried several times to follow the instructions and add my public dsa key through the web interface, but still cannot seem to get it to work.  This is what I did:

1) add Host cvs.savannah.gnu.org\n\tProtocol 2 to my ~/.ssh/config file.

2) run ssh-keygen -t dsa to create ~/.ssh/id_dsa[.pub]

3) paste FULL contents of ~/.ssh/id_dsa.pub file into the key administration page.

4) wait at least 30 minutes for cron job to reload keys.

5) try to cvs -z3 -d savannah.gnu.org:/cvsroot/grub co grub2

6) wash, rinse, repeat

I am running a Debian testing system.  Here is the output to ssh -v savannah.gnu.org

vhmauery@bluerat:~$ ssh savannah.gnu.org -v
OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004
debug1: Reading configuration data /home/vhmauery/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to savannah.gnu.org [199.232.41.3] port 22.
debug1: Connection established.
debug1: identity file /home/vhmauery/.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*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
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(1024<1024<8192) 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 'savannah.gnu.org' is known and matches the RSA host key.
debug1: Found key in /home/vhmauery/.ssh/known_hosts:5
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: /home/vhmauery/.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
vhmauery@savannah.gnu.org's password:

Vernon Mauery <vhmauery>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-04-05 Beuc StatusNone Done
    Assigned toNone Beuc
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code