in reply to GPG w/o modules question
- --passphrase-fd n
- Read the passphrase from file descriptor n. If you use 0 for n, the passphrase will be read from stdin. This can only be used if only one passphrase is supplied. Don't use this option if you can avoid it.
- --command-fd n
- This is a replacement for the deprecated shared-memory IPC mode. If this option is enabled, user input on questions is not expected from the TTY but from the given file descriptor. It should be used together with --status-fd. See the file doc/DETAILS in the source distribution for details on how to use it.
- --status-fd n
- Write special status strings to the file descriptor n. See the file DETAILS in the documentation for a listing of them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: GPG w/o modules question
by Molloc (Initiate) on Jul 19, 2003 at 14:32 UTC | |
by sgifford (Prior) on Jul 19, 2003 at 16:12 UTC | |
by fglock (Vicar) on Jul 20, 2003 at 03:10 UTC |