From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60534 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: mml-secure: function doubled, passwd chache, use-my-public key Date: Thu, 07 Jul 2005 13:52:01 +0000 Message-ID: <87wto27mgu.fsf@mat.ucm.es> References: <87r7ejzetl.fsf@mat.ucm.es> <87psu239bo.fsf@wheatstone.g10code.de> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120737401 32128 80.91.229.2 (7 Jul 2005 11:56:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 11:56:41 +0000 (UTC) Original-X-From: ding-owner+M9061@lists.math.uh.edu Thu Jul 07 13:56:40 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqUz5-00078p-BT for ding-account@gmane.org; Thu, 07 Jul 2005 13:56:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DqUvj-0006Tg-00; Thu, 07 Jul 2005 06:52:35 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DqUva-0006TY-00 for ding@lists.math.uh.edu; Thu, 07 Jul 2005 06:52:26 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DqUva-0000ij-1y for ding@lists.math.uh.edu; Thu, 07 Jul 2005 06:52:26 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DqUvZ-0001Nd-00 for ; Thu, 07 Jul 2005 13:52:25 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 63 Original-NNTP-Posting-Host: maportatil10.quim.ucm.es Original-X-Trace: quimby.gnus.org 1120737145 5305 147.96.7.218 (7 Jul 2005 11:52:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 7 Jul 2005 11:52:25 +0000 (UTC) In-Reply-To: (Simon Josefsson's message of "Fri, 01 Jul 2005 16:43:53 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) X-Hashcash: 1:20:050707:gnus.ding::OuKROCGLhqjvH4MP:000000000b1P Cancel-Lock: sha1:nmnEAFKeI6E9f0qFBtF8iNtdNsE= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60534 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60534 >>>>> "Simon" == Simon Josefsson writes: Simon> Werner Koch writes: >> On Thu, 30 Jun 2005 21:59:18 +0000, Uwe Brauer said: >> >>> - all the time I sign, encrypt or decrypt I am asked my >>> password, could that be cached say for 5 min (as in >>> mailcrypt) >> >> Using gpg-agent is now pretty simple as it has made its way into >> Debian (apt-get install gnupg-agent). Simon> Then why isn't used automatically? To get it working I had Simon> to start the daemon manually and add 'use-agent' to Simon> ~/.gnupg/gpg.conf. Either is hardly user friendly. When I Simon> log on my Debian box, ssh-agent is started and I didn't do Simon> anything to make it run. Perhaps gpg-agent can be started Simon> in a similar way. And there seem to be some font bug in Simon> the pinentry dialog window, presumably Unicode related. Hi I just installed that agent as well my gpg.conf file just contains: the line use-agent The daemon is running but once I set pgg-cache-passphrase nil Then I am *not* asked about the paasswd but I obtain --8<------------------------schnipp------------------------->8--- gpg: NOTE: old default options file `/home/oub/.gnupg/options' ignored [GNUPG:] USERID_HINT AD24CFB593B61FDD Uwe Brauer [GNUPG:] NEED_PASSPHRASE AD24CFB593B61FDD AD24CFB593B61FDD 1 0 gpg: problem with the agent - disabling agent use gpg: can't query password in batchmode [GNUPG:] MISSING_PASSPHRASE [GNUPG:] BAD_PASSPHRASE AD24CFB593B61FDD gpg: Invalid passphrase; please try again ... [GNUPG:] USERID_HINT AD24CFB593B61FDD Uwe Brauer [GNUPG:] NEED_PASSPHRASE AD24CFB593B61FDD AD24CFB593B61FDD 1 0 gpg: can't query password in batchmode [GNUPG:] MISSING_PASSPHRASE [GNUPG:] BAD_PASSPHRASE AD24CFB593B61FDD gpg: Invalid passphrase; please try again ... [GNUPG:] USERID_HINT AD24CFB593B61FDD Uwe Brauer [GNUPG:] NEED_PASSPHRASE AD24CFB593B61FDD AD24CFB593B61FDD 1 0 gpg: can't query password in batchmode [GNUPG:] MISSING_PASSPHRASE [GNUPG:] BAD_PASSPHRASE AD24CFB593B61FDD gpg: skipped `oub': bad passphrase gpg: signing failed: bad passphrase gpg exited abnormally: '2' --8<------------------------schnapp------------------------->8--- So I would appreciate if you could explain me your setting. Uwe