public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* SSH v2 key
@ 2005-10-27 20:27 Jan Hubicka
  2005-10-27 20:31 ` Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Hubicka @ 2005-10-27 20:27 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

Hi,
could you please update my SSH key (hubicka@gcc.gnu.org) to one attached?

Thanks,
Honza

[-- Attachment #2: identity.pub --]
[-- Type: text/plain, Size: 223 bytes --]

ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEArYWEr0NM6MEPWXt/K3mr0ywQb89UAl8tpRr+u28DLCtvSYqUVIqufLCj0cZ7MKxoQUie0vRgEbkm8hKro33CUYWfqJ4YM2QF9TjKf786qXAf+AySTm/VEDgMpfToW36M5UC98MCo7vFhfF07JSsAGtSUXVI+M8ERSutRPGx1zIU= hubicka@atrey

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SSH v2 key
  2005-10-27 20:27 SSH v2 key Jan Hubicka
@ 2005-10-27 20:31 ` Christopher Faylor
  2005-10-27 21:25   ` Jan Hubicka
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2005-10-27 20:31 UTC (permalink / raw)
  To: overseers, Jan Hubicka

On Thu, Oct 27, 2005 at 10:05:10PM +0200, Jan Hubicka wrote:
>Hi,
>could you please update my SSH key (hubicka@gcc.gnu.org) to one attached?

Are you willing to be a guinea pig?  Could you try just typing:

  ssh sourceware.org 'updatekey' < the-path-to-your-public-key

?

cgf

>ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEArYWEr0NM6MEPWXt/K3mr0ywQb89UAl8tpRr+u28DLCtvSYqUVIqufLCj0cZ7MKxoQUie0vRgEbkm8hKro33CUYWfqJ4YM2QF9TjKf786qXAf+AySTm/VEDgMpfToW36M5UC98MCo7vFhfF07JSsAGtSUXVI+M8ERSutRPGx1zIU= hubicka@atrey

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SSH v2 key
  2005-10-27 20:31 ` Christopher Faylor
@ 2005-10-27 21:25   ` Jan Hubicka
  2005-10-27 21:29     ` Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Hubicka @ 2005-10-27 21:25 UTC (permalink / raw)
  To: overseers, Jan Hubicka

> On Thu, Oct 27, 2005 at 10:05:10PM +0200, Jan Hubicka wrote:
> >Hi,
> >could you please update my SSH key (hubicka@gcc.gnu.org) to one attached?
> 
> Are you willing to be a guinea pig?  Could you try just typing:
> 
>   ssh sourceware.org 'updatekey' < the-path-to-your-public-key

That seems to work.  You might want to update
http://gcc.gnu.org/wiki/SSH%20connection%20caching
so people won't send more keys ;)

Honza
> 
> ?
> 
> cgf
> 
> >ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEArYWEr0NM6MEPWXt/K3mr0ywQb89UAl8tpRr+u28DLCtvSYqUVIqufLCj0cZ7MKxoQUie0vRgEbkm8hKro33CUYWfqJ4YM2QF9TjKf786qXAf+AySTm/VEDgMpfToW36M5UC98MCo7vFhfF07JSsAGtSUXVI+M8ERSutRPGx1zIU= hubicka@atrey
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SSH v2 key
  2005-10-27 21:25   ` Jan Hubicka
@ 2005-10-27 21:29     ` Christopher Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2005-10-27 21:29 UTC (permalink / raw)
  To: overseers, Jan Hubicka

On Thu, Oct 27, 2005 at 10:27:43PM +0200, Jan Hubicka wrote:
>> On Thu, Oct 27, 2005 at 10:05:10PM +0200, Jan Hubicka wrote:
>> >Hi,
>> >could you please update my SSH key (hubicka@gcc.gnu.org) to one attached?
>> 
>> Are you willing to be a guinea pig?  Could you try just typing:
>> 
>>   ssh sourceware.org 'updatekey' < the-path-to-your-public-key
>
>That seems to work.  You might want to update
>http://gcc.gnu.org/wiki/SSH%20connection%20caching
>so people won't send more keys ;)

This won't work for everybody right now.  I just turned it on for you
explicitly.

The point of asking you to test this was to see if it worked so that it
could eventually be documented.

cgf

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SSH v2 key
  2005-10-22 11:39   ` Joseph S. Myers
@ 2005-10-22 17:31     ` Ian Lance Taylor
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Lance Taylor @ 2005-10-22 17:31 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: overseers

"Joseph S. Myers" <joseph@codesourcery.com> writes:

> On Fri, 21 Oct 2005, Ian Lance Taylor wrote:
> 
> > "Joseph S. Myers" <joseph@codesourcery.com> writes:
> > 
> > > Could the attached key be added to those for account jsm28?  (I've added 
> > > it to those for gccadmin myself.)
> > 
> > Done.
> 
> This now seems to have broken access altogether (for both protocol 1 and 
> protocol 2).

Sorry, I messed up.  Should be fixed now.

Ian

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SSH v2 key
  2005-10-21 17:08 ` Ian Lance Taylor
@ 2005-10-22 11:39   ` Joseph S. Myers
  2005-10-22 17:31     ` Ian Lance Taylor
  0 siblings, 1 reply; 8+ messages in thread
From: Joseph S. Myers @ 2005-10-22 11:39 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: overseers

On Fri, 21 Oct 2005, Ian Lance Taylor wrote:

> "Joseph S. Myers" <joseph@codesourcery.com> writes:
> 
> > Could the attached key be added to those for account jsm28?  (I've added 
> > it to those for gccadmin myself.)
> 
> Done.

This now seems to have broken access altogether (for both protocol 1 and 
protocol 2).

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: SSH v2 key
  2005-10-21 16:35 Joseph S. Myers
@ 2005-10-21 17:08 ` Ian Lance Taylor
  2005-10-22 11:39   ` Joseph S. Myers
  0 siblings, 1 reply; 8+ messages in thread
From: Ian Lance Taylor @ 2005-10-21 17:08 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: overseers, jsm

"Joseph S. Myers" <joseph@codesourcery.com> writes:

> Could the attached key be added to those for account jsm28?  (I've added 
> it to those for gccadmin myself.)

Done.

Ian

^ permalink raw reply	[flat|nested] 8+ messages in thread

* SSH v2 key
@ 2005-10-21 16:35 Joseph S. Myers
  2005-10-21 17:08 ` Ian Lance Taylor
  0 siblings, 1 reply; 8+ messages in thread
From: Joseph S. Myers @ 2005-10-21 16:35 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: TEXT/PLAIN, Size: 152 bytes --]

Could the attached key be added to those for account jsm28?  (I've added 
it to those for gccadmin myself.)

-- 
Joseph S. Myers
joseph@codesourcery.com

[-- Attachment #2: Type: TEXT/PLAIN, Size: 738 bytes --]

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAgEAqMVeupeIp+DfCS23ae2NJTOAY9jaDWRBuNBcbsgwdzcHBvkS9PRkSm5AuYL04eL/iKmY3wQDC08f8qhtUqJcOxbfKT+wQOuMbLFnMFkjQ6N+u6OZNco5ruMUfDAMOJPSObomq9P8+pW0RBKtDDvafjObc6HNY7uezOxXMy7UU+UHLdL2nkFO/iT3gVVWwhsCw086lUmHfiKQy1D7M+ZndjmEqer6olk6HJQReA+2w78x6TInDYXTHeO6weyEXeiMmp9gAo0GdEXWplLJ7ULgWFlGGLfSLPZPapgZfL8B/A/BnhHLs2QL0/3pqacXlI52x8v8BUVpofRR4cr6PKQmO79oHZwr8HACf/OTf8xktodDh+QEYizwlWmW98nbBMPn4k5xPPx+tnB4+LBTreq1dFuKPJ8DEx3/73mDqVqMsi/SDrhjLqjGZfTgKmLG2qQrlL/EnEPyWayxsRINZEdERciMFkauvDlJoRfz6BwnFhsWubw4W7Fypx5H0f9AEn9PPSoNnh3fRapiNK46sdQerLlzW+/CJvVD/2LRTY1hTdjvosgWAJk2KT//WOWDHr+pchdGLdtGsX1rnyxDyuWjvyg5SLWIAC9NXWbrKJql+KMxGh7JISgexVY4kf41fatyxaCVyQN+HFd3W6CZiRo11uZWe0y2BTVR+XbS6y9YDZs= jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-10-27 20:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-27 20:27 SSH v2 key Jan Hubicka
2005-10-27 20:31 ` Christopher Faylor
2005-10-27 21:25   ` Jan Hubicka
2005-10-27 21:29     ` Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2005-10-21 16:35 Joseph S. Myers
2005-10-21 17:08 ` Ian Lance Taylor
2005-10-22 11:39   ` Joseph S. Myers
2005-10-22 17:31     ` 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).