Closed Bug 1571762 Opened 6 years ago Closed 6 years ago

Need access to hg.mozilla.org restored

Categories

(Infrastructure & Operations :: Infrastructure: LDAP, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: grumpy, Assigned: Usul)

Details

My access to push code to hg.mozilla.org and use tools associated with hg.mozilla.org seems to have been revoked. I get the following information returned to me when I investigated further:

$ ssh -v hg.mozilla.org
OpenSSH_5.4p1, OpenSSL 1.0.0 29 Mar 2010
debug1: Reading configuration data /c/Users/chartjes/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to hg.mozilla.org [63.245.208.203] port 22.
debug1: Connection established.
debug1: identity file /c/Users/chartjes/.ssh/id_rsa type 1
debug1: identity file /c/Users/chartjes/.ssh/id_rsa-cert type -1
debug1: identity file /c/Users/chartjes/.ssh/id_dsa type -1
debug1: identity file /c/Users/chartjes/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
debug1: match: OpenSSH_7.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes256-ctr hmac-ripemd160 none
debug1: kex: client->server aes256-ctr hmac-ripemd160 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<4096<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 'hg.mozilla.org' is known and matches the RSA host key.
debug1: Found key in /c/Users/chartjes/.ssh/known_hosts:59
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
debug1: Next authentication method: publickey
debug1: Offering public key: /c/Users/chartjes/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /c/Users/chartjes/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

I have my public key uploaded at login.mozilla.org.

My access worked just fine before the All-Hands in June 2019 but I had not tried accessing it since then.

Assignee: infra → ludovic

Hg is fine from the ldap side of things.

Can you double check https://mozilla-version-control-tools.readthedocs.io/en/latest/hgmozilla/auth.html ?

Flags: needinfo?(chartjes)

Adding the required changes to my SSH config file on this laptop seems to have fixed the issue. Thanks for the help.

Flags: needinfo?(chartjes)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.