Closed
Bug 1078215
Opened 11 years ago
Closed 11 years ago
Permission denied (publickey) when pushing to try
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Honza, Unassigned)
Details
Attachments
(1 file)
|
399 bytes,
text/plain
|
Details |
When pushing to try (hg push -f ssh://hg.mozilla.org/try), I'm getting a permission denied on my publickey (remote: Permission denied (publickey)).
I've attached my public key that I am using right now.
The commit access (level 1) with the key done in bug 748302
I also tried: "ssh -vvv hg.mozilla.org" with the same result
Honza
Comment 1•11 years ago
|
||
you probably want this instead
hg push -f ssh://odvarko@gmail.com@hg.mozilla.org/try/
Updated•11 years ago
|
Component: Server Operations: Account Requests → Server Operations
QA Contact: moconnor → shyam
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Robert Longson from comment #1)
> you probably want this instead
>
> hg push -f ssh://odvarko@gmail.com@hg.mozilla.org/try/
Just tried, but I am still seeing the same:
$ hg push -f ssh://odvarko@gmail.com@hg.mozilla.org/try/
pushing to ssh://odvarko%40gmail.com@hg.mozilla.org/try/
remote: Permission denied (publickey).
abort: no suitable response from remote hg!
Comment 3•11 years ago
|
||
Bug 748302 granted level 1 permissions to the MoCo LDAP account. Please retry with those credentials.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•11 years ago
|
||
I am still seeing permission denied error:
$ hg push -f ssh://odvarko@gmail.com@hg.mozilla.org/try/
pushing to ssh://odvarko%40gmail.com@hg.mozilla.org/try/
remote: Permission denied (publickey).
abort: no suitable response from remote hg!
Honza
Comment 5•11 years ago
|
||
odvarko@gmail.com isn't a MoCo LDAP account. :ashish asked you to try with your MoCo account, jodvarko@mozilla.com, since that's the one that was granted the privs.
| Reporter | ||
Comment 6•11 years ago
|
||
True, the mozilla account works, thanks!
Honza
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•