Closed Bug 728025 Opened 14 years ago Closed 14 years ago

Commit Access (Level 1) for Camilo Viecco

Categories

(mozilla.org :: Repository Account Requests, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cviecco, Assigned: ashish)

Details

Attachments

(2 files)

I need commit access to the try servers to speed up the dev-test cycle.
I'll vouch, agree, say yes. :)
You'll need to submit a committer's agreement to Erica per http://www.mozilla.org/hacking/notification/ , if you haven't already.
I have already submitted the committer agreement to Erica.
Adding Erica to confirm the form.
I have received Camilo's Committer's Agreement.
Any updates on this?
Over to server-ops for L1 access.
Assignee: mozillamarcia.knous → server-ops
+hg, +scm_level_1
Assignee: server-ops → ashish
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
I cannot connect to the try server. I tried manually connecting to the server and it seems like my ssh key is not there. Do you need a dsa key instead?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
That log doesn't show any configuration being applied for hg.mozilla.org specifically (only "*"). You need to configure that in your ~/.ssh/config - it should be your full LDAP adress, e.g.: Host hg.mozilla.org User cviecco@mozilla.com
Still no luck: (from your last email it seemed like the problem was a username mismatch, but I still have no access: session log: ------begin---------------- cviecco@cviecco-dell1:~/hg/mozilla-central$ cat ~/.ssh/config Host hg.mozilla.org User cviecco@mozilla.com # IdentityFile ~/.ssh/id_rsa cviecco@cviecco-dell1:~/hg/mozilla-central$ hg -v push -f try pushing to ssh://hg.mozilla.org/try running ssh hg.mozilla.org 'hg -R try serve --stdio' remote: Permission denied (publickey,gssapi-with-mic). abort: no suitable response from remote hg! cviecco@cviecco-dell1:~/hg/mozilla-central$ hg -v push -f ssh://hg.mozilla.org/try/ -e 'ssh -l cviecco@mozilla.com' pushing to ssh://hg.mozilla.org/try/ running ssh -l cviecco@mozilla.com hg.mozilla.org 'hg -R try/ serve --stdio' remote: Permission denied (publickey,gssapi-with-mic). abort: no suitable response from remote hg! ----------End-------- Now if I run the last ssh command with -v looks like the rsa auth is failing, so I tried -------begin------- cviecco@cviecco-dell1:~/hg/mozilla-central$ hg -v push -f ssh://hg.mozilla.org/try/ -e 'ssh -l cviecco@mozilla.com' pushing to ssh://hg.mozilla.org/try/ running ssh -l cviecco@mozilla.com hg.mozilla.org 'hg -R try/ serve --stdio' remote: Permission denied (publickey,gssapi-with-mic). abort: no suitable response from remote hg! cviecco@cviecco-dell1:~/hg/mozilla-central$ -------end-------- Now with direct ssh using the hg command (just in case it is also command filtered) ---------begin------ cviecco@cviecco-dell1:~/hg/mozilla-central$ ssh -v -l 'cviecco@mozilla.com' hg.mozilla.org 'hg -R try/ serve --stdio' 2>&1 |tail -n 15 Credentials cache file '/tmp/krb5cc_1000' not found debug1: Unspecified GSS failure. Minor code may provide more information debug1: Unspecified GSS failure. Minor code may provide more information debug1: Next authentication method: publickey debug1: Offering RSA public key: /home/cviecco/.ssh/id_rsa debug1: Authentications that can continue: publickey,gssapi-with-mic debug1: Trying private key: /home/cviecco/.ssh/id_dsa debug1: Trying private key: /home/cviecco/.ssh/id_ecdsa debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic). cviecco@cviecco-dell1:~/hg/mozilla-central$ -------end--------- I am @irc in the privacy and security channels as that could be a faster way for us to figure this out. (I see a gavin in #security)
Assuming you have a the right private key (the one corresponding to the public key posted here) set up, the next step is probably for someone from server-ops to confirm that your account has all of the right bits set. Ashish?
Gaah, I was sure I'd seen the ssh key added to ldap. Fixed now. cviecco - Please try again. Thanks!
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Success!
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: