Closed
Bug 437097
Opened 18 years ago
Closed 18 years ago
hg access for johnath@mozilla.com
Categories
(mozilla.org :: Repository Account Requests, task)
mozilla.org
Repository Account Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: johnath, Assigned: chizu)
Details
Attachments
(1 file)
|
404 bytes,
application/octet-stream
|
Details |
After following the steps here ( http://developer.mozilla.org/en/docs/Mercurial_FAQ#How_do_I_check_stuff_in.3F ) to set up my ~/.ssh/config and attempting to ssh to hg.mozilla.org as a way of confirming access, I am getting:
Permission denied (publickey,gssapi-with-mic).
As though my key is simply not loved. If there's obvious set up I've missed, my apologies, but otherwise it sort of seems like my key needs to be added?
I know there's no shell there, but I ought to just connect and instantly disconnect, not get a permission denied message, right?
[johnath@ca-228 ~/.ssh]$ cat config
Host hg.mozilla.org
User johnath@mozilla.com
[johnath@ca-228 ~/.ssh]$ ssh hg.mozilla.org
Permission denied (publickey,gssapi-with-mic).
Comment 1•18 years ago
|
||
Your username should be jnightingale@mozilla.com, but it seems you don't have the hg_mozilla bit set on your account.
| Reporter | ||
Comment 2•18 years ago
|
||
I'm easy as long as the net result is access, though I will mention that with cvs I was always committing using johnath@. johnath@ is an alias to jnightingale@ for mail, does CVS pick up those aliases? Does hg?
Comment 3•18 years ago
|
||
(In reply to comment #2)
> I'm easy as long as the net result is access, though I will mention that with
> cvs I was always committing using johnath@. johnath@ is an alias to
> jnightingale@ for mail, does CVS pick up those aliases?
CVS and LDAP are not linked together like Hg and LDAP are, so no. That address was manually entered into Despot and has no bearing on your LDAP account.
> Does hg?
No, Hg will use your LDAP account for authentication (and by default, commits), but you can easily make commits look like they are coming from johnath@mozilla.com by putting this in your ~/.hgrc file:
[ui]
username = Johnathan Nightingale <johnath@mozilla.com>
| Reporter | ||
Comment 4•18 years ago
|
||
Done, thanks for the details.
hg_mozilla bit set.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Component: Server Operations → Account Request: Hg
QA Contact: justin → hg-acct-req
Component: Account Request: Hg → Repository Account Requests
QA Contact: hg-acct-req → repo-acct-req
You need to log in
before you can comment on or make changes to this bug.
Description
•