Closed
Bug 1387591
Opened 8 years ago
Closed 8 years ago
Commit Access (Level 1) for Sajjad Arshad (sarshad@mozilla.com )
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Infrastructure & Operations
MOC: Service Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcia, Assigned: Usul, Mentored)
References
Details
+++ This bug was initially created as a clone of Bug #1387571 +++
Please grant L1 access to sarshad@mozilla.com
Updated•8 years ago
|
Assignee: nobody → ludovic
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•8 years ago
|
||
added the key
Hg and level1
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•8 years ago
|
||
See Bug 1387571#c2 - it seems Sarshad is having issues trying to push to try - can someone please help?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•8 years ago
|
||
(In reply to Vinh Hua [:vinh] from comment #3)
> Can you paste the error log please?
pushing to ssh://hg.mozilla.org/try
remote: Permission denied (publickey).
abort: no suitable response from remote hg!
PS: I am currently using this ssh key for other purposes, so I am sure it is used on my side.
Flags: needinfo?(msarshadir) → needinfo?(vhua)
Comment 5•8 years ago
|
||
Sajjad - Does your ssh config file set up similar to below?
Typically, the only setting that needs configured is your username. In your SSH config (likely ~/.ssh/config), add the following:
Host hg.mozilla.org
User me@mozilla.com
Host reviewboard-hg.mozilla.org
User me@mozilla.com
Flags: needinfo?(vhua)
Comment 6•8 years ago
|
||
(In reply to Vinh Hua [:vinh] from comment #5)
> Sajjad - Does your ssh config file set up similar to below?
>
>
> Typically, the only setting that needs configured is your username. In your
> SSH config (likely ~/.ssh/config), add the following:
>
> Host hg.mozilla.org
> User me@mozilla.com
>
> Host reviewboard-hg.mozilla.org
> User me@mozilla.com
Cool. It's working now, thanks!
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•