Closed Bug 980179 Opened 11 years ago Closed 11 years ago

Get "Permission denied (publickey)" when pushing to try

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: rudyl, Assigned: rbryce)

References

Details

Attachments

(1 file)

Attached file dump log for ssh -vvv
+++ This bug was initially created as a clone of Bug #906554 +++ Maybe my account is expired? My commit level 1 was from Bug 933115. Attach the dump log for ssh -vvv here. Could someone help take a look? Thanks.
your LDAP is in order. Looking at your debug output, what is the file name you are using in your identity file? debug3: Could not load "/Users/rudy/.ssh/id_rsa" as a RSA1 public key
Thanks for the reply. However, from this post, it seems a normal case? http://stackoverflow.com/questions/12449626/trying-to-use-rsa-keys-to-ssh-into-ec2-getting-incorrect-rsa1-identifier-pe/15563793#15563793 I do have 'id_rsa' and 'id_rsa.pub' files in /Users/rudy/.ssh/ Is there any other part that I need to check?
(In reply to Rudy Lu [:rudyl] from comment #2) > Thanks for the reply. > > However, from this post, it seems a normal case? > http://stackoverflow.com/questions/12449626/trying-to-use-rsa-keys-to-ssh- > into-ec2-getting-incorrect-rsa1-identifier-pe/15563793#15563793 > > I do have 'id_rsa' and 'id_rsa.pub' files in /Users/rudy/.ssh/ > Is there any other part that I need to check? Rudy, ok your close then. You want to make sure you have the correct permissions on these file. id_rsa 0600 and id_rsa.pub should be at least 0644. Then you should be in setup to follow this guide https://wiki.mozilla.org/ReleaseEngineering/TryServer
Assignee: server-ops → rbryce
Flags: needinfo?(rlu)
Hi, I've checked the file permission, but with no luck here. Still show permission denied when trying to do "ssh -vvv" hg.mozilla.org and here is my .ssh/config == Host hg.mozilla.org User left.lu@gmail.com IdentityFile /Users/rudy/.ssh/id_rsa Rick, Is it because my public key is associated with my gmail while my LDAP is rlu@moz? Thanks.
Flags: needinfo?(rbryce)
Flags: needinfo?(rlu)
(In reply to Rudy Lu [:rudyl] from comment #4) > Hi, > > I've checked the file permission, but with no luck here. > Still show permission denied when trying to do "ssh -vvv" hg.mozilla.org > > and here is my .ssh/config > == > Host hg.mozilla.org > User left.lu@gmail.com > IdentityFile /Users/rudy/.ssh/id_rsa > > > Rick, > > Is it because my public key is associated with my gmail while my LDAP is > rlu@moz? > Thanks. That is correct, your access is tied to your MOCO acct rlu@mozilla.com
Flags: needinfo?(rbryce)
Great, now I can push to try server. Rick, Thanks for your help.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: