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-args where I can pass args to gpg.
But I don't get this working with some kind of

echo 'passphrase' | gpg-zip --gpg-args --passphrase-fd -o ... - s

Anybody an idea how this is working?

Best regards
Arno

-- 
View this message in context: 
http://old.nabble.com/gpg-zip-%3A-passphrase-as-parameter-for-scripts-tp31312954p31312954.html
Sent from the GnuPG - User mailing list archive at Nabble.com.


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

Reply via email to