You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2015/04/24 19:22:38 UTC

[jira] [Created] (INFRA-9517) SSH access to people.apache.org doesn't work

Christian Müller created INFRA-9517:
---------------------------------------

             Summary: SSH access to people.apache.org doesn't work
                 Key: INFRA-9517
                 URL: https://issues.apache.org/jira/browse/INFRA-9517
             Project: Infrastructure
          Issue Type: Bug
            Reporter: Christian Müller


I did the following:

Christians-MBP:.ssh cmueller$ ssh -v people.apache.org
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: Connecting to people.apache.org [140.211.11.9] port 22.
debug1: Connection established.
debug1: identity file /Users/cmueller/.ssh/id_rsa type 1
debug1: identity file /Users/cmueller/.ssh/id_rsa-cert type -1
debug1: identity file /Users/cmueller/.ssh/id_dsa type -1
debug1: identity file /Users/cmueller/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p2-hpn13v11 FreeBSD-openssh-portable-5.8.p2_5,1
debug1: match: OpenSSH_5.8p2-hpn13v11 FreeBSD-openssh-portable-5.8.p2_5,1 pat OpenSSH_5*
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 51:85:7d:8f:57:54:e7:6f:27:26:98:7a:c7:c1:47:87
debug1: Host 'people.apache.org' is known and matches the RSA host key.
debug1: Found key in /Users/cmueller/.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: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
Note: logging in to this server with a password has been disabled.

Please see : https://blogs.apache.org/infra/entry/committer_shell_access_to_people

Remember to load your ssh key:-

See: http://linux.die.net/man/1/ssh-add
See: http://linux.die.net/man/1/ssh-agent

debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/cmueller/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /Users/cmueller/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

I checked at https://id.apache.org, that my listed "SSH Key (authorized_keys line)" is correct. I have verifies it by running:
cmueller$ ssh-add -l
2048 8d:76:a1:51:48:7b:58:cd:0a:4e:b2:97:ae:07:6a:ef /Users/cmueller/.ssh/id_rsa (RSA)

Any idea what's wrong?

Thanks in advance,
Christian



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)