|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Crypto questions?
|
gabriel rosenkoetter said:
> On Tue, Jul 01, 2003 at 10:01:14AM -0400, Michael Leone wrote:
>> There are 2 new keys on the PLUG keyring - Peter Hyman and that "guy
>> from NC", Chris Hedemark :-). The other keys have also been updated
>> from the MIT PGP keyserver, BTW, with whatever new signatures, etc,
>> were uploaded to the keyserver.
>
> ARGH!!!
>
> Please, don't use the MIT keyserver, or any other one running an
> unpatched version of pks. pks *mangles* keys of various types,
> especially those with multiple subkeys.
I knew not, this. See? I'm learning already, and the prsentation hasn't
even begun yet! :-)
> If you're going to automate (or periodically do by hand) updates to the
Periodically, by hand. Using a little script Darxus originally wrote:
#! /bin/sh
export keys=`gpg --no-default-keyring --keyring ./phillylinux.gpg
--list-keys | grep ^pub | cut -d'/' -f2 | cut -d' ' -f1`
echo $keys
gpg --no-default-keyring --keyring ./phillylinux.gpg --keyserver
pgp.mit.edu -- recv-keys $keys
> PLUG keyring, please use subkeys.pgp.net (a DNS RR for the safe
> keyservers, of which there are plenty) as your keyserver.
I'll make that change. Thanks.
--
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net> AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|