Re: Encrypt with key ID

2007-05-14 Thread John Clizbe
jane grove wrote: > Thanks, John. > > However, when I use the command "gpg --batch -ea -r keyid filename", I got > an "encryption failed: unusable public key" error message. > > Interestingly, when I use the command without batch mode like "gpg -ea > -r keyid filename", I'm able to encrypt the fi

Re: Encrypt with key ID

2007-05-14 Thread jane grove
Thanks, John. However, when I use the command "gpg --batch -ea -r keyid filename", I got an "encryption failed: unusable public key" error message. Interestingly, when I use the command without batch mode like "gpg -ea -r keyid filename", I'm able to encrypt the file. So the batch mode is having

Re: Encrypt with key ID

2007-05-11 Thread John Clizbe
jane grove wrote: > Hello, > What is the GPG command to use a recipient's key ID to encrypt files? > I tried the following command but it didn't work: > gpg --batch -ea filename keyid Almost... gpg --batch -ea -r keyid filename repeat -r as often as needed. -- John P. Clizbe

Encrypt with key ID

2007-05-11 Thread jane grove
Hello, What is the GPG command to use a recipient's key ID to encrypt files? I tried the following command but it didn't work: gpg --batch -ea filename keyid Thanks! ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listin