Closed
Bug 779458
Opened 13 years ago
Closed 13 years ago
I have changed my public key and need Mozilla to update it
Categories
(Infrastructure & Operations Graveyard :: Account Requests, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kerim, Unassigned)
Details
Attachments
(1 file)
|
602 bytes,
text/plain
|
Details |
I've reinstalled Linux so I have set up a new SSH key which means my public key has changed. I need you guys to update it so I re-get mercurial and SVN access for file submission.
Comment 1•13 years ago
|
||
Done, may take an hour or so to push out everywhere.
Please re-open if you have problems after that.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•13 years ago
|
||
I have tried to make a hg push few minutes ago and it failed with the following error message:
pushing to ssh://hg.mozilla.org/releases/l10n/mozilla-aurora/bs/
remote: Permission denied (publickey,keyboard-interactive).
abort: no suitable response from remote hg!
Did I do something wrong or ?
Comment 3•13 years ago
|
||
Can you ssh to other machines with your key?
Have you confirmed the right key is in your ssh-agent?
| Reporter | ||
Comment 4•13 years ago
|
||
I have tried commiting files to SVN repository: https://svn.mozilla.org/projects/mozilla.com/trunk/bs/firefox/features/
It asked me to manually enter my LDAP username/password and it pushed the files...
Comment 5•13 years ago
|
||
I didn't mean comitting to anything else, I meant ssh-ing into a machine: actually logging in.
You also didn't answer my question about making sure the key is there.
Please run: ssh-add -l
and check the key you gave as an attachment is listed.
| Reporter | ||
Comment 6•13 years ago
|
||
Sorry, my bad. No, I didn't try since I do not have ssh access to any machine so I could try it.
Here's the output of ssh-add -l:
kerim@laptop:~$ ssh-add -l
1024 2b:70:4c:c9:60:19:83:61:f1:27:9a:85:55:ae:46:c6 kerim@laptop (DSA)
Comment 7•13 years ago
|
||
On the server side it looks like you're trying to log in as "kerim@laptop". That's not your username, it's "kerim@mozilla.ba".
Comment 8•13 years ago
|
||
You need to put in your ssh config file:
Host svn.mozilla.org
User kerim@mozilla.ba
Host hg.mozilla.org
User kerim@mozilla.ba
| Reporter | ||
Comment 10•13 years ago
|
||
Thanks! I just edited ~/.ssh/config and have set the correct username. I tried pushing via mercurial and it worked like a charm!
Thank you very much and I am sorry for giving you a headache! :)
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
•