Closed
Bug 1504332
Opened 6 years ago
Closed 6 years ago
cannot ssh to hg.mozilla.org
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Infrastructure & Operations
MOC: Service Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andrew, Assigned: Usul)
Details
I was granted level 1 committer access in bug 1420549 almost a year ago but never configured it. I am now trying to execute ./mach try empty but receive a permission error:
pushing to ssh://hg.mozilla.org/try
remote: gaul@hg.mozilla.org: Permission denied (publickey).
ssh hg.mozilla.org yields the same error:
gaul@hg.mozilla.org: Permission denied (publickey).
https://www.mozilla.org/en-US/about/governance/policies/commit/ suggests that my account may be revoked since I have not used it. Could someone help me diagnose this further?
Comment 1•6 years ago
|
||
Hello Andrew - Yes it is likely your account is dormant and will have to be reinstated. I moved this bug over to Infra | MOC who can make that change.
Assignee: mozillamarcia.knous → nobody
Component: Repository Account Requests → MOC: Service Requests
Product: mozilla.org → Infrastructure & Operations
QA Contact: mcristofi
Updated•6 years ago
|
Assignee: nobody → rchilds
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
(In reply to Andrew Gaul from comment #0)
> I was granted level 1 committer access in bug 1420549 almost a year ago but
> never configured it. I am now trying to execute ./mach try empty but
> receive a permission error:
>
> pushing to ssh://hg.mozilla.org/try
> remote: gaul@hg.mozilla.org: Permission denied (publickey).
>
> ssh hg.mozilla.org yields the same error:
>
> gaul@hg.mozilla.org: Permission denied (publickey).
>
> https://www.mozilla.org/en-US/about/governance/policies/commit/ suggests
> that my account may be revoked since I have not used it. Could someone help
> me diagnose this further?
I see an account for andrew@gaul.org, with level 1 and HG enabled
Comment 3•6 years ago
|
||
Reopen if you're still having issues
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•6 years ago
|
||
I still cannot log in:
$ ssh hg.mozilla.org
gaul@hg.mozilla.org: Permission denied (publickey).
My public key matches the one in bug 1420549:
$ cat .ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDN8T9pRCYqURxS8nr1MPz4A2W33mOgT14w3wkcqBRChx8OmiRh08pyweMz4xnzQSdaYhaG815Wvn1+Cb86fHv9mVyR7KiqK06ChLJiYvsryfhuIkUJmaD3oLMDREPCemrhKE2ixdsQIFFha+49Czk3wO355eQxN/cKjX3ijqjLRVfGiiJ/xoW4+9De9MmhEH5rti5d4TPHMNzApraF0yxFVmqYxht1IXGZhMouNxawBRr+cioRifj4f1pwJr1ZvKE9dVelnQSUp4Q2Q9Uh/9KK/w4AZTwGTd0Badr7OFikxuHjO918QSCNxw+yMzxXO1RVIeMp6falfNPAEHeF14+d andrew@gaul.org
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•6 years ago
|
||
Ludo, what's the deal here?
Assignee: rchilds → ludovic
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 6•6 years ago
|
||
is .ssh/ssh_config configured properly ? see https://mozilla-version-control-tools.readthedocs.io/en/latest/hgmozilla/index.html
Assignee | ||
Comment 7•6 years ago
|
||
what does ssh -vvv hg.mozilla.org shows ?
Reporter | ||
Comment 8•6 years ago
|
||
Adding an entry to .ssh/ssh_config fixes this! Sorry I did not know about this configuration.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•