Closed
Bug 1255317
Opened 10 years ago
Closed 10 years ago
Regain the Commit Access (Level 1) for Greg Weng: public key seems expired on the server
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Infrastructure & Operations
MOC: Service Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gweng, Assigned: jlaz)
Details
Attachments
(2 files)
Hi, today I want to push something to try server, but the result of SSH connection it reports 'Permission denied (publickey)'. Because I'm sure the public key is still valid on the 'login.mozilla.com', I suspect it's the key expiring issue.
Unfortunately, I don't know if this is a good way to raise the request due to it's my first time to deal with the case. So that if I need to provide any log or other things please let me know. Thanks.
| Reporter | ||
Updated•10 years ago
|
Please reactivate hg access for gweng@
Assignee: mozillamarcia.knous → nobody
Component: Repository Account Requests → MOC: Service Requests
Product: mozilla.org → Infrastructure & Operations
QA Contact: lypulong
| Assignee | ||
Comment 2•10 years ago
|
||
HG bit reenabled. Should take a few minutes for the change to propagate.
Assignee: nobody → jlaz
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•10 years ago
|
||
Sorry I still cannot connect to the server, and it reports the same error. Would you suggest me to fire another ticket for gaining vouch again with a new pair of SSH key?
Flags: needinfo?(jlaz)
| Assignee | ||
Comment 4•10 years ago
|
||
It looks like your SSH key is properly associated with your LDAP account. Is there a specific repo that you are trying to access, as it maybe related to the permissions on your account?
Status: RESOLVED → REOPENED
Flags: needinfo?(jlaz)
Resolution: FIXED → ---
| Reporter | ||
Comment 5•10 years ago
|
||
I try to connect the try server as the guide suggests:
ssh -vvv hg.mozilla.org
Because I cannot push a try task.
And I have 2 pairs of key on the login.mozilla.com, because my first pair, which was vouched, was lost while I'm migrating to my new laptop. So I don't know if the try server will automatically accept the pairs on the site (what I thought in my first comment), or I need to fire a bug (and get the vouch) for that.
Comment 7•10 years ago
|
||
can you paste the output of ssh -vvv ?
| Reporter | ||
Comment 8•10 years ago
|
||
Hi, I post the log here. Hope it helps to pin down the issue.
The file `id_rsa.pub` and `id_rsa` in the log indicate to the registered public key and the corresponding private key. I also tried to specify it via the argument `-i` but got the same result.
Updated•10 years ago
|
Attachment #8728961 -
Attachment mime type: text/x-log → text/plain
Comment 9•10 years ago
|
||
[root@hgweb1.dmz.scl3 log]# grep gregwen *log
[root@hgweb1.dmz.scl3 log]#
How is you .ssh/config file goes it has something like :
Host hg.mozilla.org
User lhirlimann@mozilla.com
?
| Reporter | ||
Comment 10•10 years ago
|
||
Ah it works. So sorry I bother you so long. It's really a bit chaotic to migrate to another computer.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Flags: needinfo?(jlaz)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•