Closed
Bug 848127
Opened 13 years ago
Closed 13 years ago
Issue after change of ssh key
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jwir3, Assigned: dumitru)
Details
Hello.
This afternoon, I inadvertently changed my ssh private/public key pair. I now no longer have access to hg.mozilla.org or people.mozilla.org. After requesting a change, Peter was able to give me access again to people.mozilla.org by changing my public key, but I still am unable to access hg.mozilla.org.
Before this happened, I had level 3 commit access to hg.mozilla.org. I pushed some revisions to hg this morning, but since this crazyness, I have been unable to push to try any longer.
The error I get is ('hg try' is an alias for me):
sjohnson@corellia:~/Source/mozilla-central/mozilla$ hg try
pushing to ssh://hg.mozilla.org/try/
remote: Permission denied (publickey,keyboard-interactive).
abort: no suitable response from remote hg!
However, I am able to ssh into people.mozilla.org now, so Peter thinks it must be something else malfunctioning.
I would really appreciate help in this matter, as I'm unable to push patches or complete work until this is resolved.
Thank you!
| Assignee | ||
Comment 1•13 years ago
|
||
Local config issues, all iz well now.
Assignee: server-ops → dgherman
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•13 years ago
|
||
So, it turns out that the issue was that when I accidentally wiped my .ssh directory this afternoon, it also wiped ~/.ssh/config, which contained the User identification that I needed.
The solution was to re-add it to ~/.ssh/config based on the following (thanks, dumitru!):
https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#Required_configuration
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
•