<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><b><span style='font-size:14.0pt;line-height:115%'>Unable to Preset Passphrase in GPG Agent<o:p></o:p></span></b></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>My use case is to run an application that will download an encrypted file from a sftp server onto a local server and decrypt it using gpg2 command line.  I would like to preset the password so that that the process won’t require user interaction.<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>I have installed GPG4Win version 2.2.3 on my computer. I generated a new key set using<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>Kleopatra application and also imported a secure and public key from a certificate.  <o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>I started the gpg agent by running the following command-line<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>"C:\Program Files (x86)\GNU\GnuPG\gpg-agent.exe" --allow-preset-passphrase --daemon --batch --log-file C:\Logs\gpgagent.txt --v --debug-level guru<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>I attempt to preset the password of one of my secure keys by running the following command line.<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>"C:\Program Files (x86)\GNU\GnuPG\gpg-preset-passphrase" -c   -P "PASSWORD" " B3A51B1F92D74E4D7C23F735E417D22E4C451118" <o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>When I run the above command, I see the following message in the gpg-agent in my log file<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>2015-04-03 14:25:37 gpg-agent[10728] handler 0x11ec for fd 256 started<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>gpg-agent[10728]: chan_00000100 -> OK Pleased to meet you<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>gpg-agent[10728]: chan_00000100 <- PRESET_PASSPHRASE B3A51B1F92D74E4D7C23F735E417D22E4C451118 -1 54686F6D6173574F473230303521<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>2015-04-03 14:25:37 gpg-agent[10728] DBG: agent_put_cache `B3A51B1F92D74E4D7C23F735E417D22E4C451118' requested ttl=-1 mode=1<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>gpg-agent[10728]: chan_00000100 -> OK<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>gpg-agent[10728]: chan_00000100 <- [error: Input/output error]<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>2015-04-03 14:25:37 gpg-agent[10728] Assuan processing failed: Input/output error<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>2015-04-03 14:25:37 gpg-agent[10728] handler 0x11ec for fd 256 terminated<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>If I connect to the gpg-agent using gpg-connect_agent and run the Keyinfo – list command I get the following response<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>> keyinfo --list<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>S KEYINFO B3A51B1F92D74E4D7C23F735E417D22E4C451118 D - - - - - - -<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>OK<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>How come the gpg-preset-passphrase call is failing?  Am I missing a step?<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'>Thanks.<o:p></o:p></p><p class=MsoNormal style='margin-bottom:10.0pt;line-height:115%'><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Robert Coscia | IT Software Developer | Phone: 617-673-8726 | Cell: 617-359-8898<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div><p><br>
Bright Horizons Children's Centers LLC., 200 Talcott Avenue South, Watertown <br>
MA 02472 USA<br>
Bright Horizons Family Solutions Limited (Co. No. 2328679), r/o 2 Crown <br>
Court, Rushden, Northamptonshire NN10 6BS UK</p>

<p>This e-mail and any attachments to it are intended only for the addressee <br>
and may contain information which is confidential and/or legally privileged. <br>
If you are not the intended recipient, you are hereby notified that any <br>
dissemination, distribution or copying is strictly prohibited. If you have <br>
received this e-mail in error, please contact the sender immediately and <br>
delete the material from any computer and any printout thereof. Bright <br>
Horizons cannot guarantee that this e-mail communication is secure or free <br>
of error. No liability is accepted for any viruses or for any corruption, <br>
amendment to or deletion of or from this e-mail.</p>

<p></p></body></html>