When I specifically give a long key ID I want exactly this key, not another one
that would have matched if I hadn't given the long id...
$ gpg --keyserver pgp.mit.edu --recv-keys 7028E350
gpg: requesting key 7028E350 from hkp server pgp.mit.edu
gpg: key 7028E350: public key "Can[censored]" imported
gpg: key 7028E350: public key "Den[censored]" imported
> OK, there are 2 keys with the same short id, let's delete them both and try
again with the long ID:
$ gpg --keyserver pgp.mit.edu --recv-keys 72236E167028E350
gpg: requesting key 7028E350 from hkp server pgp.mit.edu
gpg: key 7028E350: public key "Can[censored]" imported
gpg: key 7028E350: public key "Den[censored]" imported
> wtf? Ok, let's try with the whole fingerprint as ID:
$ gpg --keyserver pgp.mit.edu --recv-keys 0x137D009EB55B362E7D1A89BB72236E167028E350
gpg: requesting key 7028E350 from hkp server pgp.mit.edu
gpg: key 7028E350: public key "Can[censored]" imported
gpg: key 7028E350: public key "Den[censored]" imported
Please use the long key Id when given, or give a warning message if and why it's
truncated. (is it maybe a keyserver limitation?)