Exchanging and registering keys (Was: Re: Problem creating keys with GPG)

Bryce C plug-discuss@lists.plug.phoenix.az.us
26 Sep 2002 23:37:33 -0700


--=-kQ1Tl6fdc+p510Q95VVg
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Yes but what about wwwkeys.pgp.net (mine), wwwkeys.ch.pgp.net,
wwwkeys.de.pgp.net, wwwkeys.dk.pgp.net, wwwkeys.es.pgp.net,
wwwkeys.eu.pgp.net, wwwkeys.nl.pgp.net, wwwkeys.uk.pgp.net,
wwwkeys.us.pgp.net, pgp5.ai.mit.edu, pgp.cc.gatech.edu, pgp.es.net,
pgp.cc.gatech.edu, pgp.es.net, pgp.rediris.es, pgp.nic.ad.jp,
pgp.uk.demon.net, keyserver.linux.it, fredholm.upb.de, ds.carnet.hr,
belgium.keyserver.net, keyserver.topnet.de, ashton.weg.net,
pgp.loxinfo.co.th, keyserver.kjsl.com, or others from
http://keyserver.kjsl.com/~jharris/keyserver.html?  Do you upload to any
of those so others with differet servers can download your key?  This is
the very reaso I use recv-keys.  In fact, the list above I copied from
recv-keys' list of servers.




#!/bin/sh     =20

# This script either sends or receives public keys to (or from) all the
# OpenPGP keyservers.  Name it either 'recv-keys' or 'send-keys' and use
a
# hard link to the other name.

# Call it thusly:  'recv-keys <key id> [<key id> ...]

prog=3D`basename $0` >& /dev/null
echo $prog

# Thanks to <http://keyserver.kjsl.com/~jharris/keyserver.html> for some
of the hosts.
for ip in `( for server in \
               wwwkeys.ch.pgp.net \
               wwwkeys.de.pgp.net \
               wwwkeys.dk.pgp.net \
               wwwkeys.es.pgp.net \
               wwwkeys.eu.pgp.net \
               wwwkeys.es.pgp.net \
               wwwkeys.eu.pgp.net \
               wwwkeys.nl.pgp.net \
               wwwkeys.uk.pgp.net \
               wwwkeys.us.pgp.net \
               certserver.pgp.com \
               pgp5.ai.mit.edu \
               pgp.cc.gatech.edu \
               pgp.es.net \
               pgp.rediris.es \
               pgp.nic.ad.jp \
               pgp.uk.demon.net \
               keyserver.linux.it \
               fredholm.upb.de \
               ds.carnet.hr \
               belgium.keyserver.net \
               keyserver.topnet.de \
               ashton.weg.net \
               pgp.loxinfo.co.th \=20
               ashton.weg.net \
               pgp.loxinfo.co.th \=20
               keyserver.kjsl.com \
               ; \
             do
               host $server | grep "    A       " | cut -d '    ' -f 3
             done
           ) |
           sort -u`; do
  echo " "
  echo ------------------ $ip ------------------
  echo " "
  gpg --keyserver $ip --$prog $*  =20
done




On Thu, 2002-09-26 at 23:19, Cap Bateman wrote:
> On Thu, 2002-09-26 at 22:46, Bryce C wrote:
> > If you are Derek Neighbors <derek@gnue.org>, Cap Bateman
> > <dbateman@sprintmail.com>, or one of several others, please upload your
>=20
> My key was uploaded to certserver.pgp.com
>=20
> Cap Bateman
>=20
>=20
>=20
--=20
Bryce Chidester
Network Administrator
CoBryce Communications
Bryce AT BryceCo DOT Net
http://www.bryceco.net

--=-kQ1Tl6fdc+p510Q95VVg
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQA9k/yt/wbq/C6yyPcRAtzAAJ4kFizZz4T515h3v8q+w9LSYdBuawCeMLPl
3kZPZkqYFhy5DqUzOXRD57U=
=Rzxl
-----END PGP SIGNATURE-----

--=-kQ1Tl6fdc+p510Q95VVg--