Bug 2703

Summary: CVS access blocked/blacklisted
Product: Infrastructure Reporter: Cédric OLIVIER <cedric.olivier>
Component: CVSAssignee: Xavier Lamien <lxtnow>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: NA   
Hardware: All   
OS: GNU/Linux   
namespace:

Description Cédric OLIVIER 2013-03-03 09:56:12 CET
Hello, 

I haven't commit anything for a long time and now I'm trying to do it.
~/rpmfusion.cert was missing for my side, I thinks my tries without this cert has blocked me.

My fas account : cquad
My IP : 88.187.13.73

$ cvs co common
Permission denied (publickey).
cvs [checkout aborted]: end of file from server (consult above messages if any)

$ ssh -v cvs.rpmfusion.org
OpenSSH_6.1p1, OpenSSL 1.0.1c-fips 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 50: Applying options for *
debug1: Connecting to cvs.rpmfusion.org [46.105.55.73] port 22.
debug1: Connection established.
debug1: identity file /home/builder/.ssh/id_rsa type 1
debug1: identity file /home/builder/.ssh/id_rsa-cert type -1
debug1: identity file /home/builder/.ssh/id_dsa type 2
debug1: identity file /home/builder/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr 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: Server host key: RSA c8:4c:e4:26:9d:08:98:51:07:60:b9:bc:64:ba:4c:f5
debug1: Host 'cvs.rpmfusion.org' is known and matches the RSA host key.
debug1: Found key in /home/builder/.ssh/known_hosts:4
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/builder/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Offering DSA public key: /home/builder/.ssh/id_dsa
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

Thanks a lot for your help.
Regards
Comment 1 Nicolas Chauvet 2015-07-28 11:12:34 CEST
I guess the problem has been solved, if not please escalade the issue

Note that you are mixing the ssh key used by cvs via ssh , and the x509 certificate (~/rpmfusion.cert) used to the plague builder job submission.
Thoses are totally unrelated item.