Commit Access (Level 1) for Alex Rosenfeld (arosenfeld2003@mac.com )
Categories
(Infrastructure & Operations :: Infrastructure: LDAP, defect)
Tracking
(Not tracked)
People
(Reporter: arosenfeld2003, Assigned: jlin)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
Steps to reproduce:
I have read, and agree to abide by, the Commit Access Requirements.
Comment 2•6 years ago
|
||
I vouch for thee amazing Alex!
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
ldap created, +hg, +scm_level_1, +ssh key
the ssh key will take up to 1 hour to propagate.
I've sent an email with account details
Let us know when you've confirmed this to be working, so we can close the bug.
Thanks!
I am running into the following error arosenfeld@hg.mozilla.org: Permission denied (publickey)
.
I've updated my ~/.ssh/config
file to include:
Host hg.mozilla.org
User arosenfeld2003@mac.com
IdentityFile ~/.ssh/id_rsa
as per:
https://mozilla-version-control-tools.readthedocs.io/en/latest/hgmozilla/auth.html
Am I missing another step to update the user name? It seems like this should be my LDAP registered email address,arosenfeld2003@mac.com
, while currently I get Authenticating to hg.mozilla.org:22 as 'arosenfeld'
. I've attached the full terminal log output above.
Assignee | ||
Comment 6•6 years ago
|
||
yes, the username will need to be the full email address.
In order to test for access you can try
ssh -vvv arosenfeld2003@mac.com@hg.mozilla.org
if that does work, most likely there's some kind of issue with the config file, perhaps try restarting the terminal before trying the regular ssh hg.mozilla.org
Got it working - thanks! Turns out my config file was in the wrong directory. Bug can be closed.
Updated•6 years ago
|
Description
•