This has originally been reported as Debian bug #93656: Would you say that the
issue described there is the same as T139
(I'm not sure about the intention of #139) and that it will never be possible to
use multiple keyservers simultaneously or after-each-other?
Description
Details
- External Link
- http://bugs.debian.org/93656
Related Objects
Event Timeline
Using multiple keyserver might be a usable thing but with the current
infrastructure it is not easy to implement.
Asking several keyservers at once is not polite. Having a fallback keyserver
would be a nice feature, though.
The internals are already set for multiple keyservers (opt.keyserver is a
strlist, etc.) I had to implement it for the auto-key-retrieve feature, which
does support multiple servers.
I suppose the use case here is to try a local keyserver (say, company-specific)
before trying a global one?
See these threads for example:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93656
https://bugs.launchpad.net/ubuntu/+source/gnupg/+bug/380093
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/380071
The common use case is, that one wants to fetch keys from a "local" keyserver
(the Debian/Ubuntu keyserver) and a public one.
(funny due date removed)
Lot of things pertaining to keyservers changed in the meantime and we have a
couple of other things in mind as well.