Closed
Bug 644920
Opened 14 years ago
Closed 14 years ago
Cannot push to user repo
Categories
(Infrastructure & Operations Graveyard :: Account Requests, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: jlaz)
Details
What do I need to be able to push to a user repo on hg.mozilla.org? My ssh key works for people.mozilla.org. Do I need explicit access to hg.mozilla.org?
% hg push https://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz
pushing to https://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz
searching for changes
remote: ssl required
% hg push ssh://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz
remote: Permission denied (publickey,gssapi-with-mic).
abort: no suitable response from remote hg!
% hg push ssh://sfink@hg.mozilla.org/users/robarnold_cmu.edu/qimportbz
remote: Permission denied (publickey,gssapi-with-mic).
abort: no suitable response from remote hg!
% ssh hg.mozilla.org clone /users/robarnold_cmu.edu/qimportbz
Permission denied (publickey,gssapi-with-mic).
% ssh sfink@people.mozilla.org
Last login: Thu Mar 24 23:59:17 2011 from adsl-99-97-70-88.dsl.pltn13.sbcglobal.net
[sfink@dm-peep01 ~]$
| Assignee | ||
Comment 1•14 years ago
|
||
Fixed over IRC, used full LDAP username instead of POSIX
Assignee: desktop-support → jlazaro
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Infrastructure & Operations
Updated•10 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•