#2526 resolved via IRC
Closed: Fixed None Opened 13 years ago by karry.

= phenomenon =

I can't connect to git.fedorahosted.org server via ssh. I'm member of groups cla_done, cla_fedora and gitmakneto. I uploaded some public keys for my account:

{{{
ssh-rsa AAAA .... JHInLw== karry@myKubuntu
ssh-rsa AAAA ..... +MByqZcpCqnU2VbDnw== karry@vs391
}}}

These keys was in single file (like authorized_keys format). But I tried add only single id_rsa.pub too.

When I want clone makneto repository I get this:

{{{
karry@myKubuntu:~/data/tmp$ git clone ssh://karry@git.fedorahosted.org/git/makneto.git
Initialized empty Git repository in /media/data/tmp/makneto/.git/
ssh_exchange_identification: Connection closed by remote host
fatal: The remote end hung up unexpectedly

karry@myKubuntu:~/data/tmp$ ssh karry@git.fedorahosted.org -v
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to git.fedorahosted.org [66.135.52.17] port 22.
debug1: Connection established.
debug1: identity file /home/karry/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/karry/.ssh/id_rsa-cert type -1
debug1: identity file /home/karry/.ssh/id_dsa type -1
debug1: identity file /home/karry/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
}}}

On second machine
{{{
karry@vs391:~$ git clone ssh://karry@git.fedorahosted.org/git/makneto.git
Cloning into makneto...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

karry@vs391:~$ ssh karry@git.fedorahosted.org -v
OpenSSH_5.5p1 Debian-5+b1, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for
debug1: Connecting to git.fedorahosted.org [66.135.52.17] port 22.
debug1: Connection established.
debug1: identity file /data/karry/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /data/karry/.ssh/id_rsa-cert type -1
debug1: identity file /data/karry/.ssh/id_dsa type -1
debug1: identity file /data/karry/.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_5.5p1 Debian-5+b1
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: Host 'git.fedorahosted.org' is known and matches the RSA host key.
debug1: Found key in /data/karry/.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: 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 public key: /data/karry/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /data/karry/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).
}}}

Ip address of myKubuntu machine is 147.32.119.62 and vs391 is 81.91.85.203 .

= reason =

My account is blacklisted? What I do bad? Something is missing in my configuration?


Login to comment on this ticket.

Metadata