When attempting to encrypt to multiple recipients with the following command-line: gpg --verbose --yes --batch --armor -r recipient1 -r recipient2 ... --output - --encrypt it seems that gpg only encrypts to the public key of the first recipient listed. How can I encrypt to the public keys of multiple recipients? Jeff