> gpg --list-public-keys
> 1024D/78830E32
> 1024D/44CAAE70
> 
> gpg --encrypt --???? sshfs-debug-v3.txt.tar.gz ??

"--recipient" is what you need.
It can be used multiple times.
It accepts key ID as well as email address.

gpg --encrypt --recipient 0x78830E32 \
        --recipient [EMAIL PROTECTED] sshfs-debug-v3.txt.tar.gz

Regards

Gabor

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to