Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35128 - twp cannot access {dev,cvs}.gentoo.org
Summary: twp cannot access {dev,cvs}.gentoo.org
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Kurt Lieber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-05 05:15 UTC by Tom Payne (RETIRED)
Modified: 2011-10-30 22:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Payne (RETIRED) gentoo-dev 2003-12-05 05:15:00 UTC
I got labelled as an inactive developer and consequently I can't access {cvs,dev}.gentoo.org.

Please restore my access as soon as possible! It's been a few days since I first reported this problem by email.

Cheers,

Tom
Comment 1 Kurt Lieber (RETIRED) gentoo-dev 2003-12-06 12:25:22 UTC
should be fixed now.
Comment 2 Tom Payne (RETIRED) gentoo-dev 2004-03-10 15:22:19 UTC
Hi Klieber,                                                                           
                                                                                      
I can't log in to dev.gentoo.org, but I can log in to cvs.gentoo.org. This            
is presumably because my public key is not included in my                             
.ssh/authorized_keys on dev.gentoo.org. Please can you amend this by copying          
my public key from cvs.gentoo.org to dev.gentoo.org. I've attached ssh logs           
of my login attempts.                                                                 
                                                                                      
Many thanks,                                                                          
                                                                                      
Tom                                                                                   

DEV.GENTOO.ORG doesn't work:                                                          
twp@spear twp $ ssh -v dev.gentoo.org                                                 
OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003                      
debug1: Reading configuration data /etc/ssh/ssh_config                                
debug1: Connecting to dev.gentoo.org [128.193.0.39] port 22.                          
debug1: Connection established.                                                       
debug1: identity file /home/twp/.ssh/identity type 0                                  
debug1: identity file /home/twp/.ssh/id_rsa type 1                                    
debug1: identity file /home/twp/.ssh/id_dsa type 2                                    
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.7.1p2          
debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*                                           
debug1: Enabling compatibility mode for protocol 2.0                                  
debug1: Local version string SSH-2.0-OpenSSH_3.8p1                                    
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 'dev.gentoo.org' is known and matches the RSA host key.                  
debug1: Found key in /home/twp/.ssh/known_hosts:7                                     
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,keyboard-interactive             
debug1: Next authentication method: publickey                                         
debug1: Offering public key: /home/twp/.ssh/id_rsa                                    
debug1: Authentications that can continue: publickey,keyboard-interactive             
debug1: Offering public key: /home/twp/.ssh/id_dsa                                    
debug1: Authentications that can continue: publickey,keyboard-interactive             
debug1: Next authentication method: keyboard-interactive                              
debug1: Authentications that can continue: publickey,keyboard-interactive             
debug1: No more authentication methods to try.                                        
Permission denied (publickey,keyboard-interactive).

CVS.GENTOO.ORG does work:                                                             
twp@spear twp $ ssh -v cvs.gentoo.org                                                 
OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003                      
debug1: Reading configuration data /etc/ssh/ssh_config                                
debug1: Connecting to cvs.gentoo.org [128.193.0.36] port 22.                          
debug1: Connection established.                                                       
debug1: identity file /home/twp/.ssh/identity type 0                                  
debug1: identity file /home/twp/.ssh/id_rsa type 1                                    
debug1: identity file /home/twp/.ssh/id_dsa type 2                                    
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.7.1p2          
debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*                                           
debug1: Enabling compatibility mode for protocol 2.0                                  
debug1: Local version string SSH-2.0-OpenSSH_3.8p1                                    
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.gentoo.org' is known and matches the RSA host key.                  
debug1: Found key in /home/twp/.ssh/known_hosts:8                                     
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,keyboard-interactive             
debug1: Next authentication method: publickey                                         
debug1: Offering public key: /home/twp/.ssh/id_rsa                                    
debug1: Remote: Port forwarding disabled.                                             
debug1: Remote: X11 forwarding disabled.                                              
debug1: Remote: Agent forwarding disabled.                                            
debug1: Remote: Forced command: /usr/bin/cvs server                                   
debug1: Server accepts key: pkalg ssh-rsa blen 149                                    
debug1: read PEM private key done: type RSA                                           
debug1: Remote: Port forwarding disabled.                                             
debug1: Remote: X11 forwarding disabled.                                              
debug1: Remote: Agent forwarding disabled.                                            
debug1: Remote: Forced command: /usr/bin/cvs server                                   
debug1: Authentication succeeded (publickey).                                         
debug1: channel 0: new [client-session]                                               
debug1: Entering interactive session.                                                 
debug1: Requesting X11 forwarding with authentication spoofing.                       
debug1: Remote: X11 forwarding disabled in user configuration file.                   
<Ctrl-D>                                                                              
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0                 
debug1: channel 0: free: client-session, nchannels 1                                  
Connection to cvs.gentoo.org closed.                                                  
debug1: Transferred: stdin 0, stdout 0, stderr 38 bytes in 8.0 seconds                
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 4.8                           
debug1: Exit status 0                                                                 
Comment 3 Tom Payne (RETIRED) gentoo-dev 2004-03-21 10:42:33 UTC
*** BUMP ***
Comment 4 Tom Payne (RETIRED) gentoo-dev 2004-03-22 12:19:36 UTC
*** BUMP ***
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-22 12:37:24 UTC
Tom, I'll get this sorted out today, I promise
Comment 6 Kurt Lieber (RETIRED) gentoo-dev 2004-03-23 01:02:07 UTC
The problem is the fact that you're trying to authenticate with an RSA key.  You have 9 different keys in your authorized_keys file, 3 of which are DSA keys.  Try using one of those.
Comment 7 Tom Payne (RETIRED) gentoo-dev 2004-03-23 06:14:56 UTC
Klieber,

I've changed systems at my end, and in doing so unfortunately lost my old keys to mkreiserfs. I've tried all the keys I have. Does dev.g.o not support RSA keys for any particular reason? I'm still confused as to why cvs.g.o. should work by dev.g.o not.

Cheers,

Tom
Comment 8 Tom Payne (RETIRED) gentoo-dev 2004-04-25 06:07:21 UTC
Fixed by  peit|home and lcars, thx all.