list signatures on server
Mads Laursen
gnupg@dossen.dk
Wed Aug 20 23:30:02 2003
--UHN/qo2QbUvPLonB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 20/08/03 13.35, k b wrote:
> > On Wed, Aug 20, 2003 at 12:54:28PM -0700, k b wrote:
> > > is it possible by any switch in gpg?
> > >=20
> > > something like (or shorter):
> > > gpg --list-sig-for-key-on-server keyID --keyserver
> > > some.server.net
> >=20
> > No.
> >=20
> > David
> >=20
> thats sad, it is a really nice feature in PGP for
> windows.
> over and out
>=20
If you really want to, you could do something along the lines of this:
[dossen@horse03:~]$ gpg --no-default-keyring --keyring ~/test.gpg --recv-ke=
y 0xA05B4DBD
gpg: keyring `/users/dossen/test.gpg' created
gpg: key A05B4DBD: public key "Mads Laursen <dossen@daimi.au.dk>"
imported
gpg: Total number processed: 1
gpg: imported: 1
[dossen@horse03:~]$ gpg --no-default-keyring --keyring ~/test.gpg --list-si=
gs 0xA05B4DBD
/users/dossen/test.gpg
----------------------
pub 1024D/A05B4DBD 2002-12-26 Mads Laursen <dossen@daimi.au.dk>
sig 72886681 2003-07-22 [User id not found]
sig 2 FC599940 2003-04-03 [User id not found]
sig 2 A8EFDD61 2003-04-03 [User id not found]
sig 2 9C851DF1 2003-04-08 [User id not found]
sig 3 79393B7C 2003-03-01 [User id not found]
sig 3 7BEACC7D 2003-04-03 [User id not found]
sig 3 A05B4DBD 2002-12-26 Mads Laursen <dossen@daimi.au.dk>
=2E..
If you want the user ids you could drop the --no-default-keyring, but
then you get the key displayed twice, if it is on your keyring.
Or you could wrap this up in a script, have it use a proper temporary
filename, lookup user ids in your keyring, download unknown user ids
to the temporary file and display the result nicely.
HTH & HAND
/dossen
--=20
"Nuclear war can ruin your whole compile."
-- Karl Lehenbauer
--UHN/qo2QbUvPLonB
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/Q+kd411kMaBbTb0RAg/nAKDz42WvItVSeI4hRDbXPLLGthAjQACghy6B
s2B5QtK4+CLswAmsZyXLdD4=
=Vg/S
-----END PGP SIGNATURE-----
--UHN/qo2QbUvPLonB--