From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: org-passwords.el and encryption Date: Wed, 27 Apr 2016 18:24:57 +0200 Message-ID: <871t5rt3xi.fsf@free.fr> References: <87egbgug0n.fsf@free.fr> <87y49oneek.fsf@ucl.ac.uk> <87lh3z8fkj.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avSGs-0004M8-1L for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 12:25:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avSGo-0001a3-Ns for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 12:25:01 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:54871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avSGo-0001Zv-IJ for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 12:24:58 -0400 In-Reply-To: <87lh3z8fkj.fsf@pinto.chemeng.ucl.ac.uk> (Eric S. Fraga's message of "Wed, 27 Apr 2016 12:19:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" , Eric S Fraga Eric S Fraga writes: > I have keychain in both my .bash_profile (for when I log in in console > mode or remotely) there must be something wrong with my setup: keychain complains: --8<---------------cut here---------------start------------->8--- * Adding 1 gpg key(s): 370D5DFF * Error: Problem adding (is pinentry installed?); giving up --8<---------------cut here---------------end--------------->8--- > eval $(keychain --eval --agents ssh,gpg id_rsa gpgkey ) I have the same here. I think I'll give up with keychain for now, ssh-agent and gpg-agent are automatically started when I log in, two passphrases per login are not too annoying. Thanks for your help.