delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/11/02/16:47:45

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:references:in-reply-to:reply-to
:from:date:message-id:subject:to:content-type; q=dns; s=default; b=
b2JIQQSUtmIhU2b8B4B2ln5Pc2uKBLdSJc5zwEKSfotmwBQF6kE6SQNfOY/+PGI/
VL2WoQBjyd+/jAj9wdo37eMUM+DooCPT4r4AUI4ZrGMtfGnLd7kW8W/LtWEvabt4
u5pBcT9TaFQ8eWhpU8tGh77UTG444/4Rk/o2DUODYV8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:references:in-reply-to:reply-to
:from:date:message-id:subject:to:content-type; s=default; bh=OBc
EZYgk10HFuscbFdWXTzU5MdM=; b=IYf5EZ1iM8bjZtZgWU7DhviER0GgrD5gfBh
J2mI/GBOmyU5P74wKiGX3GeDA5vIoFtr5mWIhW0OEzlxaNwqMlj53LQpqO5bMdwg
a3vPUGAUYoRDWDnvnDT8P/nP6PWPZajGN3SZW8Fi1QO+4qglwjjaDaXEFPSr3pgU
12heIhO0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=pin, Based, Cell
X-HELO: mail-oi1-f169.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to; bh=qdJZqQdAc4P0UvY9QQS/YufLH9m1wlTnNIqa/vhc4gU=; b=byLx449OzI2RjDZuJkc0kEY6vKlSGrpj+l2N6JfAVGwxAJd3jVyd+fsHVKEmOqRgbY 8/E6Rx1XuXL1NCy0dbHjNTnVL4fKUPD9mfKq7S3B3UjZ3GA/g3hvD3rc1TJSbqoyDmk/ gD0wzGtiEkssGukYe3AG7UtTHeAGogUAbax0kerV7mxDfgb8mkQIo1PH3YKReqYo9kxC eGH9eZZI84fvILMIRwMHSem2css24ifXmsm4FlveNDm4C4A+qKUFt/KzmA9zwXSPvpKK SUOisTetNdelzQ8za2ubxc1/Co9hKfyMTkICGvXs49QrL1XHIjCeDngcD+GrH9ys3yME pBTA==
MIME-Version: 1.0
References: <CAHdnY6Pk62_ciujMvz319pUd6=Y7mQBj0POwnYgYh_sm1Lccwg AT mail DOT gmail DOT com> <a7b21966-a616-c5ae-fd6b-0e3b8ad92055 AT gmail DOT com>
In-Reply-To: <a7b21966-a616-c5ae-fd6b-0e3b8ad92055@gmail.com>
Reply-To: davek AT 6thstreetradio DOT org
From: David Dombrowsky <6thstreetradio AT gmail DOT com>
Date: Fri, 2 Nov 2018 16:47:16 -0400
Message-ID: <CAHdnY6P5W37VcEZ3b6=qHk+V_PAR=z08Q_o7syvTqO7fowkciA@mail.gmail.com>
Subject: Re: pinentry-curses not available?
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

> I see from [1] that pinentry-w32 exists which is a replacement for
> pinentry-curses which was in [2].

pinentry-w32 works great, but it requires you to be logged in to the
GUI, and _then_ invoke gpg-agent, in order for things to work.  And
you need to do this every time the pin times out.  Obviously not the
end of the world, but having a console one is much nicer, because it
works over an ssh connection.
On Fri, Nov 2, 2018 at 4:21 PM cyg Simple <cygsimple AT gmail DOT com> wrote:
>
> On 11/2/2018 3:47 PM, David Dombrowsky wrote:
> > I don't see a way to download `pinentry-curses` or `pinentry-tty` for
> > use with `gpg-agent` (using gnupg v2).  Are these not maintained?  Or
> > am I just looking at the wrong sources?
> >
> > In any case, I got pinentry-1.1.0 to compile against a cygwin-supplied
> > version of ncurses, and it mostly works (you still need to tell it to
> > not detach from the tty, not sure what's up with that).  This is very
> > useful when signing git commits, and removing the need for a graphical
> > console just to input my gpg passphrase.
>
> I see from [1] that pinentry-w32 exists which is a replacement for
> pinentry-curses which was in [2].  Now both of these are version 1.0.0.
> Based on [3] Marco Atzeri can give or point to reasoning.
>
> [1]
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpinentry%2Fpinentry-1.0.0-2&grep=pinentry
> [2]
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpinentry%2Fpinentry-1.0.0-1&grep=pinentry
> [3] https://cygwin.com/cygwin-pkg-maint
>
> --
> cyg Simple
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>


-- 
David Dombrowsky, Senior Software Engineer
email: davek AT 6thstreetradio DOT org
Cell: 518-374-3204
https://www.linkedin.com/in/david-dombrowsky-94334415
http://6thstreetradio.org/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019