I have not seen any responses. But I have an add'l question: after
importing, and verifying is it required to sign the new key prior to
encrypting?
derek
Derek
gpg users:
I am running gpg 1.2.1 on AIX 5.2
I saw on the archive list (
http://marc.theaimsgroup.com/?t=10535214943&r=1&w=2) for automating key
signing after an expiration of an individual key:
gpg - -command-fd 0 - -status-fd 2 [...]
but what is the full functional string:
I tried
gpg -
If you do not get a resultion within gpg, then you could "split" the file,
using split on the command line.
This will divide the file in 2.
Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams
Daniel Muske
Re: multiple files for version
below 1.2.5
04/19/2005 11:47
AM
G'day DBSMITH,
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [050419 10:37]:
> I am trying to decrypt 2 files on a UNIX machine with:
>
> var=/data/files
> f
AM
G'day DBSMITH,
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [050419 10:37]:
> I am trying to decrypt 2 files on a UNIX mac
I am trying to decrypt 2 files on a UNIX machine with:
var=/data/files
file=file_that_has_my_passphrase
p='- -passphrase-fd-0'
outp='- -output'
de='- -decrypt'
dec=file
for i in $var
do
cat $file |gpg $p $de $outp $dec.$$ $i
sleep 1
done
and the error I get is
Sorry no terminal at a
To
Sent by: [EMAIL PROTECTED]
gnupg-users-bounc cc
es+dbsmith=ohiohe gnupg-users@gnupg.org
[EMAIL PROTECTED]