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)
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.
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
I'll vouch, agree, say yes. :)
Comment 3•14 years ago
|
||
You'll need to submit a committer's agreement to Erica per http://www.mozilla.org/hacking/notification/ , if you haven't already.
| Reporter | ||
Comment 4•14 years ago
|
||
I have already submitted the committer agreement to Erica.
Comment 5•14 years ago
|
||
Adding Erica to confirm the form.
Comment 6•14 years ago
|
||
I have received Camilo's Committer's Agreement.
| Reporter | ||
Comment 7•14 years ago
|
||
Any updates on this?
Comment 8•14 years ago
|
||
Over to server-ops for L1 access.
Assignee: mozillamarcia.knous → server-ops
| Assignee | ||
Comment 9•14 years ago
|
||
+hg, +scm_level_1
Assignee: server-ops → ashish
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•14 years ago
|
||
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?
| Reporter | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•14 years ago
|
||
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
| Reporter | ||
Comment 12•14 years ago
|
||
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)
Comment 13•14 years ago
|
||
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?
| Assignee | ||
Comment 14•14 years ago
|
||
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 ago → 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 15•14 years ago
|
||
Success!
You need to log in
before you can comment on or make changes to this bug.
Description
•