public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Adding SSH2 public key
@ 2005-10-29 14:40 Matthias Klose
  2005-10-29 14:52 ` Ian Lance Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Klose @ 2005-10-29 14:40 UTC (permalink / raw)
  To: overseers

-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
Comment: Processed by Mailcrypt 3.5.8, an Emacs/PGP interface

owEdUlts2wQUbSnTpiAx2FTgB82T2BjNVseJGyeVttWJ7dhNHCfOw4kBIcd2bCfx
I3acl4AOgYBKKyAQ2wdoGmxCjDEkpHVi2wcIicdYBVpV9ihsdEL8sKraKIixqoyU
83d0z73nSPdM9g8OrOuLlpZ/uO/FmS9etetb+/tnTm/o+2TziafHvp7KP7RhD2BE
Xm6uN240z+99bWRRvfz+OWr34fk7q78PzQ+9U/5p4PNF6tTBfcYHyfNTZ2ffay+/
MqVnRn9+9pz94RuDv1y4++RTe+b4URH4e+77f+RjM4ewM/tn9Xu2LVw/c2169RB+
+ea3bx89Mnb8T+Ozo8/cai4xtfqO5NWP7w+vPheeeH3LpnufmMQnFOHdzfOXNl55
c2jkmPelAw4xc/XS4dPX5JP9xY8uTO9av/23HbN3JlMrQObTuce+Gvzy7sK/yy/c
+OuBiZsrfyz5vzl75K3H2YuPntx4YHHfkrS/8R2/9Tj8Ixa70sGub88HF37dcuqR
6dvP35oBb0PLFx/ctPLw/IkBT2md05A0o68HUtvpQR1Al42GZhqyBJgGoDYa1igI
KqI4rBjusGkrYEuramAmQ27z+0TTMGRxTb1GBFHVDMVj1WTBkQHRdGsS0DFdQJAk
QO8AjqP6garcAcqmDTRUGXAd2QYks2ruBbI9ujbSHI/QaPQO9dxV2ZaHPZ7e2i7J
cQC0h0gg2RWiUFUM0D0WjaDxomzmcjXSDXe90TohMPGKYrGEZoxzcEgzBD2OFJgk
SKaqJBEudiwnJfu0ONPSDJ83zYAFNSTHeCPBiHxwpA2ldBoOZVyOgtQqjJe9+bgV
DeRJpEX0LBLdckH3VVkhmOH58QpFVtiClKjEwzJDWVmIU1gyTflhPxsJtk3ZqhAc
XkPsrEyrMRfuBipr+Yk0hphCJ5QziooTL7tss2lDUIshRKbUTfcEFI5WGoSBCgSa
gyLySDfg1qGsWfTnElnU51jtMKgXYQUvikTcyWheHwbm9VqKdRPjKB3WGZ2muS5c
gSplluQlwhC0Rr2iBjEV8sIJqJ5tYuMWThGBlFnS6VQzDyldqzOiuUysgwimhWS5
Ai5HQIpNt2uwTeAsVmBpzCrVfc1yONVqa14slyuXCBLWdU5Z+wHKJfSg1i5LFiRU
Y8kaRolqIqm3khDCISkwBSJkw3SyNp+xVTOb4S2yWehF02MdKqHRHU2OS15ELHN2
0eXMHOkDnVIXqaJCFgl7o/7xgOOmNdkSKH68VQjJaslJExKBwLCfAH00yFB03WJ5
MEghCC9pVLIMYvm8D8XpKMGFAjHOcCQFx2KOnffh6O7/2zammrrs8WRVwag6OwG6
VzhVExzPfw==
=SDi4
-----END PGP MESSAGE-----

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

* Re: Adding SSH2 public key
  2005-10-29 14:40 Adding SSH2 public key Matthias Klose
@ 2005-10-29 14:52 ` Ian Lance Taylor
  2005-10-31 10:58   ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Lance Taylor @ 2005-10-29 14:52 UTC (permalink / raw)
  To: Matthias Klose; +Cc: overseers, doko

New SSH2 public key added.

Ian

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

* Re: Adding SSH2 public key
  2005-10-29 14:52 ` Ian Lance Taylor
@ 2005-10-31 10:58   ` Christopher Faylor
  2005-10-31 16:42     ` Matthias Klose
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Faylor @ 2005-10-31 10:58 UTC (permalink / raw)
  To: overseers, Matthias Klose, doko, Ian Lance Taylor

On Fri, Oct 28, 2005 at 09:10:21PM -0700, Ian Lance Taylor wrote:
>New SSH2 public key added.

ssh gcc.gnu.org 'updatekey' < ~/.ssh/id_dsa.pub

should work now.

I mentioned this in the gcc mailing list but I don't think I mentioned
it here.

cgf

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

* Re: Adding SSH2 public key
  2005-10-31 10:58   ` Christopher Faylor
@ 2005-10-31 16:42     ` Matthias Klose
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Klose @ 2005-10-31 16:42 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: overseers, Ian Lance Taylor

Christopher Faylor writes:
> On Fri, Oct 28, 2005 at 09:10:21PM -0700, Ian Lance Taylor wrote:
> >New SSH2 public key added.
> 
> ssh gcc.gnu.org 'updatekey' < ~/.ssh/id_dsa.pub
> 
> should work now.
> 
> I mentioned this in the gcc mailing list but I don't think I mentioned
> it here.

just followed the instructions on  the wiki page, sorry for the extra
work.

  Matthias

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

end of thread, other threads:[~2005-10-29 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-29 14:40 Adding SSH2 public key Matthias Klose
2005-10-29 14:52 ` Ian Lance Taylor
2005-10-31 10:58   ` Christopher Faylor
2005-10-31 16:42     ` Matthias Klose

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).