On Sun, Apr 29, 2001 at 10:41:37AM +0530, Viral wrote: > I want to know whether I have to import all the keys in the debian-keyring > into my public keyring to be able to verify signatures, or is there a > better way, such as defining other public keyrings/querying a keyserver etc.
Install the debian-keyring package (if you haven't already), and add the following line to ~/.gnupg/options: keyring /usr/share/keyrings/debian-keyring.gpg Make sure it comes _before_ ~/.gnupg/pubring.gpg, since gpg will try to add new keys to the last keyring listed. You can use the Debian keyserver (which is usually more up-to-date than the package) with this line: keyserver keyring.debian.org -- - mdz