* SSH Public Key
@ 2015-05-27 12:48 Martin Galvan
2015-05-27 16:35 ` Christopher Faylor
0 siblings, 1 reply; 6+ messages in thread
From: Martin Galvan @ 2015-05-27 12:48 UTC (permalink / raw)
To: overseers
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Hi there! Yesterday I got accepted as a Write-after-approval
maintainer for gdb. However, when testing my SSH access I always get a
Permission denied (publickey) error.
Is there a way to fix this? replacekey won't work. Just in case I'm
attaching a public key I just generated.
Thanks a lot, and sorry to bother!
--
Martin Galvan
Software Engineer
Taller Technologies Argentina
San Lorenzo 47, 3rd Floor, Office 5
Córdoba, Argentina
Phone: 54 351 4217888 / +54 351 4218211
[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 409 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SSH Public Key
2015-05-27 12:48 SSH Public Key Martin Galvan
@ 2015-05-27 16:35 ` Christopher Faylor
2015-05-27 17:15 ` Martin Galvan
0 siblings, 1 reply; 6+ messages in thread
From: Christopher Faylor @ 2015-05-27 16:35 UTC (permalink / raw)
To: Martin Galvan, overseers
On Wed, May 27, 2015 at 09:47:34AM -0300, Martin Galvan wrote:
>Hi there! Yesterday I got accepted as a Write-after-approval
>maintainer for gdb. However, when testing my SSH access I always get a
>Permission denied (publickey) error.
>
>Is there a way to fix this? replacekey won't work. Just in case I'm
>attaching a public key I just generated.
>
>Thanks a lot, and sorry to bother!
The key that you attached is not the public key that was in your request.
Use the private/public key that you originally submitted. This is the
public key:
AAAAB3NzaC1yc2EAAAADAQABAAABAQD3kR46YRLJLclIiy25fFoiJhavdldUicZJnTMUT07jTgfvfia7Cc1AS2oQa//s42TpE+OGwr3LKRbGEv1PcxM8HjYsPJ3kUCh+oibLS8OiHxb7SPxnR7qcPJTZ91CB66ZLo4MH3M/i25INUUJuHYghaVNiq58RcrvN5qMQXgz8/wkz6C4CjMTz3vu+JmD1/bkY58pX60tF24h32ZE48y6n+ju4eevdhr+MwaaIHZdFfrNYBpDENBIgaEOLoBrdHwuUq8M2VBOX3NzzMDQrc76bh6vUCiICHIqxMgp7j6LpE/GNQh+B/Vu1leTy1cA3r28hwzo68V4ZWQ8SPodAJpup
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SSH Public Key
2015-05-27 16:35 ` Christopher Faylor
@ 2015-05-27 17:15 ` Martin Galvan
2015-05-28 0:52 ` Ian Lance Taylor
0 siblings, 1 reply; 6+ messages in thread
From: Martin Galvan @ 2015-05-27 17:15 UTC (permalink / raw)
To: Martin Galvan, overseers
[-- Attachment #1: Type: text/plain, Size: 1425 bytes --]
I see. For some reason that doesn't seem to correspond to the private
key I'm currently holding. Could you try updating it to the one I'm
attaching in this e-mail?
On Wed, May 27, 2015 at 1:35 PM, Christopher Faylor
<cgf-use-the-mailinglist-please@sourceware.org> wrote:
> On Wed, May 27, 2015 at 09:47:34AM -0300, Martin Galvan wrote:
>>Hi there! Yesterday I got accepted as a Write-after-approval
>>maintainer for gdb. However, when testing my SSH access I always get a
>>Permission denied (publickey) error.
>>
>>Is there a way to fix this? replacekey won't work. Just in case I'm
>>attaching a public key I just generated.
>>
>>Thanks a lot, and sorry to bother!
>
> The key that you attached is not the public key that was in your request.
>
> Use the private/public key that you originally submitted. This is the
> public key:
>
> AAAAB3NzaC1yc2EAAAADAQABAAABAQD3kR46YRLJLclIiy25fFoiJhavdldUicZJnTMUT07jTgfvfia7Cc1AS2oQa//s42TpE+OGwr3LKRbGEv1PcxM8HjYsPJ3kUCh+oibLS8OiHxb7SPxnR7qcPJTZ91CB66ZLo4MH3M/i25INUUJuHYghaVNiq58RcrvN5qMQXgz8/wkz6C4CjMTz3vu+JmD1/bkY58pX60tF24h32ZE48y6n+ju4eevdhr+MwaaIHZdFfrNYBpDENBIgaEOLoBrdHwuUq8M2VBOX3NzzMDQrc76bh6vUCiICHIqxMgp7j6LpE/GNQh+B/Vu1leTy1cA3r28hwzo68V4ZWQ8SPodAJpup
--
Martin Galvan
Software Engineer
Taller Technologies Argentina
San Lorenzo 47, 3rd Floor, Office 5
Córdoba, Argentina
Phone: 54 351 4217888 / +54 351 4218211
[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 381 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SSH Public Key
2015-05-27 17:15 ` Martin Galvan
@ 2015-05-28 0:52 ` Ian Lance Taylor
2015-05-28 13:52 ` Martin Galvan
0 siblings, 1 reply; 6+ messages in thread
From: Ian Lance Taylor @ 2015-05-28 0:52 UTC (permalink / raw)
To: Martin Galvan; +Cc: overseers
Martin Galvan <martin.galvan@tallertechnologies.com> writes:
> I see. For some reason that doesn't seem to correspond to the private
> key I'm currently holding. Could you try updating it to the one I'm
> attaching in this e-mail?
Done.
Ian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SSH Public Key
2015-05-28 0:52 ` Ian Lance Taylor
@ 2015-05-28 13:52 ` Martin Galvan
2015-05-29 0:56 ` Ian Lance Taylor
0 siblings, 1 reply; 6+ messages in thread
From: Martin Galvan @ 2015-05-28 13:52 UTC (permalink / raw)
To: overseers, Martin Galvan
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
On Wed, May 27, 2015 at 9:52 PM, Ian Lance Taylor <ian@airs.com> wrote:
> Martin Galvan <martin.galvan@tallertechnologies.com> writes:
>
>> I see. For some reason that doesn't seem to correspond to the private
>> key I'm currently holding. Could you try updating it to the one I'm
>> attaching in this e-mail?
>
> Done.
>
> Ian
Thanks a lot! Unfortunately it's still not working. I noticed the
public keys generated by ssh-keygen usually have username@host at the
end, while the file I attached doesn't. I don't know if that's what's
causing the issue; I'm sending you the same key as before with my
username@host appended at the end just in case.
[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 408 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SSH Public Key
2015-05-28 13:52 ` Martin Galvan
@ 2015-05-29 0:56 ` Ian Lance Taylor
0 siblings, 0 replies; 6+ messages in thread
From: Ian Lance Taylor @ 2015-05-29 0:56 UTC (permalink / raw)
To: Martin Galvan; +Cc: overseers
Martin Galvan <martin.galvan@tallertechnologies.com> writes:
> Thanks a lot! Unfortunately it's still not working. I noticed the
> public keys generated by ssh-keygen usually have username@host at the
> end, while the file I attached doesn't. I don't know if that's what's
> causing the issue; I'm sending you the same key as before with my
> username@host appended at the end just in case.
I think that is unlikely to be the problem, but I updated the key as
requested.
If it is still failing, look at the ssh -v -v -v output.
Ian
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-05-29 0:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-27 12:48 SSH Public Key Martin Galvan
2015-05-27 16:35 ` Christopher Faylor
2015-05-27 17:15 ` Martin Galvan
2015-05-28 0:52 ` Ian Lance Taylor
2015-05-28 13:52 ` Martin Galvan
2015-05-29 0:56 ` Ian Lance Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).