<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY LINK="#0000ff">
yes, indeed the wily script has this buried: <BR>
<BR>
&nbsp;&nbsp;&nbsp; exec 3&lt;/home/&lt;i-cant-tell-you&gt;/k_file.asc<BR>
<BR>
And this is apparently a one-shot trick;&nbsp;&nbsp; Run that gpg command once, and it has eaten the response.&nbsp;&nbsp; run again, and there ain't no response there no mo. <BR>
<BR>
<BR>
<BR>
On Mon, 2013-11-18 at 13:55 +0000, Lightner, Jeff wrote:
<BLOCKQUOTE TYPE=CITE>
    File descriptors are just ways to keep track of open files.&nbsp;&nbsp; (Remember everything in Linux/UNIX is really a &#8220;file&#8221; just not necessarily a &#8220;regular file&#8221;.)<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    There&#8217;s a good discussion of ways to set and use FDs other than 0-2 at:<BR>
    <BR>
    <A HREF="http://www.tldp.org/LDP/abs/html/io-redirection.html">http://www.tldp.org/LDP/abs/html/io-redirection.html</A><BR>
    <BR>
    &nbsp;<BR>
    <BR>
    Additionally I notice the man page for gpg has other options to SET file descriptors.<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    You might look at the rest of the script (or whatever calls it) to see if it is setting a FD before it gets to the line below.<BR>
    <BR>
    &nbsp;<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;<BR>
    <BR>
    &nbsp;<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <B>From:</B> ale-bounces@ale.org [mailto:ale-bounces@ale.org] <B>On Behalf Of </B>Neal Rhodes<BR>
    <B>Sent:</B> Sunday, November 17, 2013 11:57 PM<BR>
    <B>To:</B> Atlanta Linux Enthusiasts<BR>
    <B>Subject:</B> [ale] FD 3 on gpg?<BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;<BR>
    <BR>
    Here is a boiled down script buried in the bowels of a system which uploads data from pharmacies: <BR>
    <BR>
    CMD=&quot;gpg --homedir $HOME_DIR/.gnupg --batch --passphrase-fd 3 --decrypt $HOLD 2&gt; /tmp/gpg.err.$$ | /usr/local/bin/$PARSER&nbsp; 2&gt;&gt; $LOG_FILE&quot;<BR>
    eval &quot;$CMD&quot;<BR>
    <BR>
    <BR>
    Which actually works.&nbsp;&nbsp;&nbsp; I cannot fathom how.&nbsp;&nbsp;&nbsp; The FM says it will read the passphrase from file descriptor 3.&nbsp; Uh...Stdin, Stdout, Stderr,&nbsp; There goes 0, 1, 2.&nbsp;&nbsp;&nbsp; uh, that would be a file defined within gpg? <BR>
    <BR>
    Well, it sorta works.&nbsp;&nbsp; If you wiggle it, or jiggle it, modify it various ways, it stops working and typically says &quot;Bad passphrase&quot;. <BR>
    <BR>
    This:<BR>
    <BR>
    CMD=&quot;cat something-something-icanttellyou/k_file.asc | gpg --homedir $HOME_DIR/.gnupg --batch --passphrase-fd 0 --decrypt $HOLD 2&gt; /tmp/gpg.err.$$ | /usr/local/bin/$PARSER 2&gt;&gt; $LOG_FILE&quot;<BR>
    eval &quot;$CMD&quot;<BR>
    <BR>
    <BR>
    Does work reliably under various combinations. <BR>
    <BR>
    Maybe there is some magic about FD 3 here, but I'm not finding it.&nbsp; Something about gpg-agent? <BR>
    <BR>
    Neal Rhodes<BR>
    MNOP Ltd <BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    &nbsp;<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    <FONT SIZE="2">Athena</FONT><FONT SIZE="1">&#174;</FONT><FONT SIZE="2">, Created for the Cause</FONT><FONT SIZE="1">&#8482;</FONT><BR>
    <BR>
    <FONT SIZE="2">Making a Difference in the Fight Against Breast Cancer</FONT><BR>
    <BR>
    &nbsp;<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    <B><FONT SIZE="2">How and Why I Should Support Bottled Water!</FONT></B><BR>
    <FONT SIZE="2">Do not relinquish your right to choose bottled water as a healthy alternative to beverages that contain sugar, calories, etc. Your support of bottled water will make a difference! Your signatures count! Go to <A HREF="http://www.bottledwatermatters.org/luv-bottledwater-iframe/dswaters">http://www.bottledwatermatters.org/luv-bottledwater-iframe/dswaters</A> and sign a petition to support your right to always choose bottled water. Help fight federal and state issues, such as bottle deposits (or taxes) and organizations that want to ban the sale of bottled water. Support community curbside recycling programs. Support bottled water as a healthy way to maintain proper hydration. Our goal is 50,000 signatures. Share this petition with your friends and family today!</FONT><BR>
    <BR>
    &nbsp;<BR>
    <BR>
    ---------------------------------<BR>
    CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.<BR>
    ----------------------------------<BR>
    <BR>
    &nbsp;<BR>
    <BR>
<PRE>
_______________________________________________
Ale mailing list
<A HREF="mailto:Ale@ale.org">Ale@ale.org</A>
<A HREF="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</A>
See JOBS, ANNOUNCE and SCHOOLS lists at
<A HREF="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>