telling you)
>
>
> echo passphrase| gpg-zip --gpg-args --passphrase-fd -o test.gpg -s
>
> The line should be
>
> echo passphrase| gpg-zip --gpg-args --passphrase-fd 0
>
> I also dont know of gpg-zip, and neither does GPG, thats what the error is
> telling you.
>
&
On Monday 04 April 2011, arno.s wrote:
> I am using in a script, with more than one of this kind of lines:
>
> #!/bin/sh
> /usr/local/bin/gpg-zip -o /opt/u1.tar.gpg -s /opt/1*
> /usr/local/bin/gpg-zip -o /opt/u2.tar.gpg -s /opt/2*
> ...
>
> I have to answer every line with question for passphrase
g-zip, and neither does GPG, thats what the error is
telling you.
> Date: Mon, 4 Apr 2011 16:43:08 +0200
> Subject: Re: gpg-zip : passphrase as parameter for scripts
> From: arno.stef...@googlemail.com
> To: l_elco...@hotmail.co.uk
>
> 2011/4/4 Lee Elcocks :
> >
Take the space out between the "password" and the pipe I.E.
echo password| gpg-zip
> Date: Mon, 4 Apr 2011 03:02:08 -0700
> From: arno.stef...@googlemail.com
> To: gnupg-users@gnupg.org
> Subject: gpg-zip : passphrase as parameter for scripts
>
>
> I am using
I am using in a script, with more than one of this kind of lines:
#!/bin/sh
/usr/local/bin/gpg-zip -o /opt/u1.tar.gpg -s /opt/1*
/usr/local/bin/gpg-zip -o /opt/u2.tar.gpg -s /opt/2*
...
I have to answer every line with question for passphrase. This sucks.
I have seen there is a parameter --gpg-