mainSavannah Administration - Support: sr #104266, ssh key not recognized

 
 

sr #104266: ssh key not recognized

Submitter:  fdarkangel <fdarkangel>
Submitted:  Thu 02 Jun 2005 07:14:10 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  4 - Important Status:  Done
Privacy:  Public Assigned to:  mjflick
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Sun 12 Jun 2005 08:17:33 AM UTC, comment #9: 

Ok, I fixed the FAQ as well :)

Sylvain Beucler <Beuc>
Sun 12 Jun 2005 12:57:44 AM UTC, comment #8: 

problem solved! it's working now!
seems like user faq has an incorrect info about cron periods...

fdarkangel <fdarkangel>
Sun 12 Jun 2005 12:12:09 AM UTC, comment #7: 

re-created + uploaded the new key, and waited ~1 hour (user faq says that it's 30min in the worst case) for the cron.
the output is now:


cvs -t -d:ext:fdarkangel@cvs.savannah.gnu.org/cvsroot/freeconsole co freeconsole
 -> main loop with CVSROOT=:ext:fdarkangel@cvs.savannah.gnu.org/cvsroot/freeconsole
 -> safe_location( where=(null) )
 -> Starting server: ssh -l fdarkangel cvs.savannah.gnu.org cvs server
fdarkangel@cvs.savannah.gnu.org's password:



ssh -v -email is unavailable-

OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to cvs.savannah.gnu.org [199.232.41.69] port 22.
debug1: Connection established.
debug1: identity file /home/fdarkangel/.ssh/identity type -1
debug1: identity file /home/fdarkangel/.ssh/id_rsa type -1
debug1: identity file /home/fdarkangel/.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.9p1
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 'cvs.savannah.gnu.org' is known and matches the RSA host key.
debug1: Found key in /home/fdarkangel/.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: Trying private key: /home/fdarkangel/.ssh/identity
debug1: Trying private key: /home/fdarkangel/.ssh/id_rsa
debug1: Offering public key: /home/fdarkangel/.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
fdarkangel@cvs.savannah.gnu.org's password:

it's id_dsa type -2 now, and i'm sure permissions are corrent. but it's not working... sigh.

fdarkangel <fdarkangel>
Sat 11 Jun 2005 04:11:24 PM UTC, comment #6: 

I looked at your authorized_keys file here, and it looks good.
I also added my keys to it, and I could checkout freeconsole under your name.

So apparently our installation is correct.


This:
debug1: identity file /home/fdarkangel/.ssh/id_dsa type -1
doesn't look good. I have type 2.


I suggest you redo the whole process: move your .ssh to a temporary place, recreate the key, upload the public part to Savannah, and try to connect again. There must be somethign wrong on your side, maybe permissions or file corruption..

Sylvain Beucler <Beuc>
Sat 11 Jun 2005 01:38:30 PM UTC, comment #5: 

i've tried cvs on 3 different machines, and i'm always getting the same results:

cvs -t -d:ext:fdarkangel@cvs.savannah.gnu.org/cvsroot/freeconsole co freeconsole
 -> main loop with CVSROOT=:ext:fdarkangel@cvs.savannah.gnu.org/cvsroot/freeconsole
 -> safe_location( where=(null) )
 -> Starting server: ssh -l fdarkangel cvs.savannah.gnu.org cvs server
fdarkangel@cvs.savannah.gnu.org's password:


ssh -v -email is unavailable-
OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to cvs.savannah.gnu.org [199.232.41.69] port 22.
debug1: Connection established.
debug1: identity file /home/fdarkangel/.ssh/identity type -1
debug1: identity file /home/fdarkangel/.ssh/id_rsa type -1
debug1: identity file /home/fdarkangel/.ssh/id_dsa type -1
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.9p1
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 'cvs.savannah.gnu.org' is known and matches the RSA host key.
debug1: Found key in /home/fdarkangel/.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: Trying private key: /home/fdarkangel/.ssh/identity
debug1: Trying private key: /home/fdarkangel/.ssh/id_rsa
debug1: Trying private key: /home/fdarkangel/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
fdarkangel@cvs.savannah.gnu.org's password:


i'm eager to commit sources as soon as possible, but the problem remains still for more than a week...

fdarkangel <fdarkangel>
Fri 10 Jun 2005 10:04:05 PM UTC, comment #4: 

Well, you have two ssh keys correctly setup on Savannah, which leads me to believe the problem lies on your local system.

Michael J. Flickinger <mjflick>
Sat 04 Jun 2005 07:38:12 PM UTC, comment #3: 

i've added a second ssh key, but nope... i'm still being asked for a password and not a passphrase.

fdarkangel <fdarkangel>
Fri 03 Jun 2005 04:33:29 PM UTC, comment #2: 

it has been more than 12 hours by now, and same problem.
i can't get in.

fdarkangel <fdarkangel>
Thu 02 Jun 2005 07:43:43 PM UTC, comment #1: 

It appears that your ssh keys are properly setup on Savannah, did you try this right after you updated your keys, as there si a cronjob to update your keys on the server?

Michael J. Flickinger <mjflick>
Thu 02 Jun 2005 07:14:10 PM UTC, original submission:  

i've been trying to upload sources to the cvs, but i'm being asked for a password rather than a passphrase when i try to make a basic checkout it with:

$ cvs -d:ext:fdarkangel@cvs.savannah.gnu.org/cvsroot/freeconsole co freeconsole

and here's the output of ssh -v:

$ ssh -v -email is unavailable-
OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
debug1: Reading configuration data /home/ilker/.ssh/config
debug1: Applying options for cvs.savannah.gnu.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to cvs.savannah.gnu.org [199.232.41.69] port 22.
debug1: Connection established.
debug1: identity file /home/ilker/.ssh/identity type -1
debug1: identity file /home/ilker/.ssh/id_rsa type -1
debug1: identity file /home/ilker/.ssh/id_dsa type -1
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.9p1
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 'cvs.savannah.gnu.org' is known and matches the RSA host key.
debug1: Found key in /home/ilker/.ssh/known_hosts:1
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: Trying private key: /home/ilker/.ssh/identity
debug1: Trying private key: /home/ilker/.ssh/id_rsa
debug1: Trying private key: /home/ilker/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
fdarkangel@cvs.savannah.gnu.org's password:

fdarkangel <fdarkangel>

 

(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 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-06-12 Beuc StatusNeed Info Done
    Open/ClosedOpen Closed
2005-06-02 mjflick StatusNone Need Info
    Assigned toNone mjflick

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code