* Lost SSH key
@ 2021-03-11 8:59 Robin Dapp
2021-03-19 6:38 ` Fwd: " Robin Dapp
0 siblings, 1 reply; 17+ messages in thread
From: Robin Dapp @ 2021-03-11 8:59 UTC (permalink / raw)
To: overseers; +Cc: krebbel
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
Hello,
I have lost my old SSH key to access gcc.gnu.org. Back in 2017 I
registered using rdapp@linux.vnet.ibm.com. This e-mail address is still
valid (even though I would like to update it to the one I'm using now).
Would you kindly replace my public key with the one I attached? Thank you.
In case you will want to verify that I'm the person I claim to be please
refer to krebbel@linux.ibm.com.
Regards
Robin
[-- Attachment #2: id_rsa_ext.pub --]
[-- Type: application/vnd.ms-publisher, Size: 607 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Lost SSH key
@ 2019-07-08 13:43 Andrew Sutton
2019-07-08 13:53 ` Carlos O'Donell
0 siblings, 1 reply; 17+ messages in thread
From: Andrew Sutton @ 2019-07-08 13:43 UTC (permalink / raw)
To: overseers
I'm trying to re-establish my read-write access to GCC, but have lost my
SSH key, probably switching between several different systems over the last
few years. How can I reset the key for my account?
Thanks,
Andrew Sutton
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2019-07-08 13:43 Andrew Sutton
@ 2019-07-08 13:53 ` Carlos O'Donell
0 siblings, 0 replies; 17+ messages in thread
From: Carlos O'Donell @ 2019-07-08 13:53 UTC (permalink / raw)
To: Andrew Sutton, overseers
On 7/8/19 9:43 AM, Andrew Sutton wrote:
> I'm trying to re-establish my read-write access to GCC, but have lost my
> SSH key, probably switching between several different systems over the last
> few years. How can I reset the key for my account?
Andrew,
Has anyone worked with you on this to resolve the issue yet?
If not then I can help. Please email me privately and I can set this up again.
--
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Lost SSH key
@ 2016-02-25 19:52 Martin Galvan
2016-02-26 0:36 ` Ian Lance Taylor
0 siblings, 1 reply; 17+ messages in thread
From: Martin Galvan @ 2016-02-25 19:52 UTC (permalink / raw)
To: overseers
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
Hi everyone! Sorry to bother, but my old hard drive died and I lost my
SSH keys. I'm attaching a newly-generated public key; my account is
martingalvan@sourceware.org.
Again, thanks and sorry for the inconvenience.
[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 409 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-02-25 19:52 Martin Galvan
@ 2016-02-26 0:36 ` Ian Lance Taylor
2016-03-01 18:15 ` Martin Galvan
0 siblings, 1 reply; 17+ messages in thread
From: Ian Lance Taylor @ 2016-02-26 0:36 UTC (permalink / raw)
To: Martin Galvan; +Cc: overseers
Martin Galvan <martin.galvan@tallertechnologies.com> writes:
> Hi everyone! Sorry to bother, but my old hard drive died and I lost my
> SSH keys. I'm attaching a newly-generated public key; my account is
> martingalvan@sourceware.org.
>
> Again, thanks and sorry for the inconvenience.
Installed.
Ian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-02-26 0:36 ` Ian Lance Taylor
@ 2016-03-01 18:15 ` Martin Galvan
2016-03-02 4:47 ` Ian Lance Taylor
0 siblings, 1 reply; 17+ messages in thread
From: Martin Galvan @ 2016-03-01 18:15 UTC (permalink / raw)
To: overseers, Martin Galvan
[-- Attachment #1: Type: text/plain, Size: 743 bytes --]
On Thu, Feb 25, 2016 at 9:36 PM, Ian Lance Taylor <ian@airs.com> wrote:
> Martin Galvan <martin.galvan@tallertechnologies.com> writes:
>> Hi everyone! Sorry to bother, but my old hard drive died and I lost my
>> SSH keys. I'm attaching a newly-generated public key; my account is
>> martingalvan@sourceware.org.
>
> Installed.
Thanks a lot, however I still get a "Permission denied (publickey)"
error when trying the 'alive' command. I'm positive that my public key
matches the private one I'm holding, since the output of ssh-keygen -y
-f ~/.ssh/id_rsa matches the public key.
I noticed the public key file I attached previously had my login@host
at the end. I'm re-attaching the public key without those, maybe
that's causing the problem?
[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 381 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-03-01 18:15 ` Martin Galvan
@ 2016-03-02 4:47 ` Ian Lance Taylor
2016-03-02 5:34 ` Hans-Peter Nilsson
0 siblings, 1 reply; 17+ messages in thread
From: Ian Lance Taylor @ 2016-03-02 4:47 UTC (permalink / raw)
To: Martin Galvan; +Cc: overseers
Martin Galvan <martin.galvan@tallertechnologies.com> writes:
> Thanks a lot, however I still get a "Permission denied (publickey)"
> error when trying the 'alive' command. I'm positive that my public key
> matches the private one I'm holding, since the output of ssh-keygen -y
> -f ~/.ssh/id_rsa matches the public key.
>
> I noticed the public key file I attached previously had my login@host
> at the end. I'm re-attaching the public key without those, maybe
> that's causing the problem?
That is unlikely to make any difference, but I applied it.
What does ssh -v show?
Ian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-03-02 4:47 ` Ian Lance Taylor
@ 2016-03-02 5:34 ` Hans-Peter Nilsson
2016-03-02 6:00 ` Ian Lance Taylor
0 siblings, 1 reply; 17+ messages in thread
From: Hans-Peter Nilsson @ 2016-03-02 5:34 UTC (permalink / raw)
To: Ian Lance Taylor; +Cc: Martin Galvan, overseers
On Tue, 1 Mar 2016, Ian Lance Taylor wrote:
> Martin Galvan <martin.galvan@tallertechnologies.com> writes:
>
> > Thanks a lot, however I still get a "Permission denied (publickey)"
> > error when trying the 'alive' command. I'm positive that my public key
> > matches the private one I'm holding, since the output of ssh-keygen -y
> > -f ~/.ssh/id_rsa matches the public key.
> >
> > I noticed the public key file I attached previously had my login@host
> > at the end. I'm re-attaching the public key without those, maybe
> > that's causing the problem?
>
> That is unlikely to make any difference, but I applied it.
Another one from the peanut gallery: it's not as simple as a
missing "chmod go-r ~martingalvan/.ssh/authorized_keys" on
sourceware, after appending the new key?
(Non-ancient sshd doesn't like world-readable public keys, even
though that information is supposedly safe-to-share.)
brgds, H-P
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-03-02 5:34 ` Hans-Peter Nilsson
@ 2016-03-02 6:00 ` Ian Lance Taylor
2016-03-02 13:29 ` Martin Galvan
0 siblings, 1 reply; 17+ messages in thread
From: Ian Lance Taylor @ 2016-03-02 6:00 UTC (permalink / raw)
To: Hans-Peter Nilsson; +Cc: Martin Galvan, overseers
Hans-Peter Nilsson <hp@bitrange.com> writes:
> Another one from the peanut gallery: it's not as simple as a
> missing "chmod go-r ~martingalvan/.ssh/authorized_keys" on
> sourceware, after appending the new key?
I don't think so. Most, perhaps all, of the authorized_keys files on
sourceware are world-readable.
Ian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-03-02 6:00 ` Ian Lance Taylor
@ 2016-03-02 13:29 ` Martin Galvan
2016-03-02 13:51 ` Frank Ch. Eigler
0 siblings, 1 reply; 17+ messages in thread
From: Martin Galvan @ 2016-03-02 13:29 UTC (permalink / raw)
To: Martin Galvan, overseers, hp
On Wed, Mar 2, 2016 at 1:46 AM, Ian Lance Taylor <ian@airs.com> wrote:
> What does ssh -v show?
Thanks for the assistance. Here's the output:
$ ssh -v sourceware.org alive
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to sourceware.org [209.132.180.131] port 22.
debug1: Connection established.
debug1: identity file /home/martin-galvan/.ssh/id_rsa type 1
debug1: identity file /home/martin-galvan/.ssh/id_rsa-cert type -1
debug1: identity file /home/martin-galvan/.ssh/id_dsa type -1
debug1: identity file /home/martin-galvan/.ssh/id_dsa-cert type -1
debug1: identity file /home/martin-galvan/.ssh/id_ecdsa type -1
debug1: identity file /home/martin-galvan/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/martin-galvan/.ssh/id_ed25519 type -1
debug1: identity file /home/martin-galvan/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.6
debug1: Remote protocol version 1.99, remote software version OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23
debug1: Host 'sourceware.org' is known and matches the RSA host key.
debug1: Found key in /home/martin-galvan/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/martin-galvan/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/martin-galvan/.ssh/id_dsa
debug1: Trying private key: /home/martin-galvan/.ssh/id_ecdsa
debug1: Trying private key: /home/martin-galvan/.ssh/id_ed25519
debug1: No more authentication methods to try.
Permission denied (publickey).
Also:
$ ls -l ~/.ssh
total 12
-rw------- 1 martin-galvan martin-galvan 1766 feb 25 16:31 id_rsa
-rw-r--r-- 1 martin-galvan martin-galvan 381 mar 1 15:14 id_rsa.pub
-rw-r--r-- 1 martin-galvan martin-galvan 540 feb 26 09:46 known_hosts
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-03-02 13:29 ` Martin Galvan
@ 2016-03-02 13:51 ` Frank Ch. Eigler
2016-03-02 14:00 ` Martin Galvan
0 siblings, 1 reply; 17+ messages in thread
From: Frank Ch. Eigler @ 2016-03-02 13:51 UTC (permalink / raw)
To: Martin Galvan; +Cc: overseers, hp
Hi -
On Wed, Mar 02, 2016 at 10:28:30AM -0300, Martin Galvan wrote:
> [...]
> -rw------- 1 martin-galvan martin-galvan 1766 feb 25 16:31 id_rsa
> -rw-r--r-- 1 martin-galvan martin-galvan 381 mar 1 15:14 id_rsa.pub
That looks weird; those two files should have apprx. the same
timestamp. Did you generate -two- sets of keys recently, or some
other way intermix public & private keys?
- FChE
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Lost SSH key
2016-03-02 13:51 ` Frank Ch. Eigler
@ 2016-03-02 14:00 ` Martin Galvan
2016-03-02 14:37 ` Martin Galvan
0 siblings, 1 reply; 17+ messages in thread
From: Martin Galvan @ 2016-03-02 14:00 UTC (permalink / raw)
To: Frank Ch. Eigler; +Cc: overseers, hp
On Wed, Mar 2, 2016 at 10:51 AM, Frank Ch. Eigler <fche@elastic.org> wrote:
> Hi -
>
> On Wed, Mar 02, 2016 at 10:28:30AM -0300, Martin Galvan wrote:
>> [...]
>> -rw------- 1 martin-galvan martin-galvan 1766 feb 25 16:31 id_rsa
>> -rw-r--r-- 1 martin-galvan martin-galvan 381 mar 1 15:14 id_rsa.pub
>
> That looks weird; those two files should have apprx. the same
> timestamp. Did you generate -two- sets of keys recently, or some
> other way intermix public & private keys?
Good point. Both files were generated at the same time; what happened
is that I later removed the user@host at the end of id_rsa.pub just in
case that was causing the issue.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Lost ssh key
@ 2012-02-22 14:54 Ed Smith-Rowland
2012-02-22 16:10 ` Ian Lance Taylor
0 siblings, 1 reply; 17+ messages in thread
From: Ed Smith-Rowland @ 2012-02-22 14:54 UTC (permalink / raw)
To: overseers
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
Greetings,
I have an account emsr@gcc.gnu.org. I have completely lost my ssh keys
so I can't get updatekey to work.
Could someone please set my key up? Here is a new public key attached.
Thank you very much,
Ed Smith-Rowland
[-- Attachment #2: id_dsa.pub --]
[-- Type: text/plain, Size: 602 bytes --]
ssh-dss AAAAB3NzaC1kc3MAAACBAMSD/znDAqHv1zkko9rKB6dRznGPf/mUk1PP5LkC1C+rPmCxbWGZM2S2lEesanGUTvitxNYL6GK/A5vhYCYtH4np92fUBnbJykHFxKM8k3zjVjDJbHsMWT07cDrUqkJaSAg24Ib6lkTUsA/x7DsD4Ee9mc6ckIudcjiG9MzHeavDAAAAFQCApIar+WwHl4EW3CgNtRtqqoUzOwAAAIA96RkSzA47lD3l+Vivlq+sCSinsTiYuoq5b4U6VWRvpgrGxtoAGIgiF0l9xBmbapND49BetxZ9rhq30B/iqp1oCGb1dU+Mf5mYEjrxWzKxHJBcTNmhkuwbHBSzOqbjZmTSj3YjuCiNQzhTW2wsbfFIJ5BogvSmV5mt0Y3hH7QlagAAAIAkKtjZfP/fInySTFOIaOzuDy94LtESwvGPTlgMlL7AeXzyc/uiUHjFgJtEME5UTq5fJ7Y4L2fqtb5nC3wNfkHo8mnAWOY8TOmS6jLlME69bwC6WIi47klAvmM4zSPDXDhjNE3M6nh/o4bT5ZFFgap6mfdEmuHzmv7WDb6jd8ecXg== ed@bad-horse
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2021-03-19 19:06 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 8:59 Lost SSH key Robin Dapp
2021-03-19 6:38 ` Fwd: " Robin Dapp
2021-03-19 19:05 ` Frank Ch. Eigler
-- strict thread matches above, loose matches on Subject: below --
2019-07-08 13:43 Andrew Sutton
2019-07-08 13:53 ` Carlos O'Donell
2016-02-25 19:52 Martin Galvan
2016-02-26 0:36 ` Ian Lance Taylor
2016-03-01 18:15 ` Martin Galvan
2016-03-02 4:47 ` Ian Lance Taylor
2016-03-02 5:34 ` Hans-Peter Nilsson
2016-03-02 6:00 ` Ian Lance Taylor
2016-03-02 13:29 ` Martin Galvan
2016-03-02 13:51 ` Frank Ch. Eigler
2016-03-02 14:00 ` Martin Galvan
2016-03-02 14:37 ` Martin Galvan
2012-02-22 14:54 Lost ssh key Ed Smith-Rowland
2012-02-22 16:10 ` 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).