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)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rudyl, Assigned: rbryce)
References
Details
Attachments
(1 file)
|
6.57 KB,
text/plain
|
Details |
+++ 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.
| Assignee | ||
Comment 1•11 years ago
|
||
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
| Reporter | ||
Comment 2•11 years ago
|
||
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?
| Assignee | ||
Comment 3•11 years ago
|
||
(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 | ||
Updated•11 years ago
|
Assignee: server-ops → rbryce
Flags: needinfo?(rlu)
| Reporter | ||
Comment 4•11 years ago
|
||
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)
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(rlu)
| Assignee | ||
Comment 5•11 years ago
|
||
(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)
| Reporter | ||
Comment 6•11 years ago
|
||
Great, now I can push to try server.
Rick,
Thanks for your help.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•