X-Recipient: archive-cygwin@delorie.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:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=sZ
	8uuXdAltMb4ClzA5U+rsymJZD1VytyuxCQQ648cJ3F4phQXey8XUWkbPg6jYBpZR
	l8Mj9jlcB6p1WgYui8OaYn3d+dO8OVQF8rbYa/MbB02nMOswkyB5XyVUCxNdqV4t
	7cvB4DxEHFc9Wl53uU1ecDiRAJ2GovC33LjaL1a9E=
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:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=6TIZGU4W
	ykSXXfKKYtDq+Jr4IQ8=; b=F/TkKJDbZZgp3JRrlQ9nuORo6Y/423TXE78aj4S7
	Bsc4BMelQ6JTbHZJxS/VkHrhPRziiv67ioTm5z4nbp7esvkw5IEgQXtVJkKli/o2
	H/FAelc+pLzTMbIpVMbhC+IA7r+ft2ReHOzDPQ6msblXHT12XjkPDFPc5VMwC8wF
	QTU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-la0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to:content-type;        bh=7foyxE/TFcyPrNkeNCb1Vg2BYNF8aKdUY3hrsLU33gM=;        b=JI8pq9PWX+H2AGtXFdR0cPTtEvRGv5ra+/cuTQ0jwWelUmIcosOpgi3XBhTDEcNAfe         70TomO0n1jd6jnfs/PbmA2+oKPHp+gbicLejDdCvbvkusgZD6WMF4QOHjBU5q59Nt0hR         VRB/0EUS6uFMPhoksk49lJi+OC5VVQUIShjkZmU6Z/ObdkvL3qgvnm2uTPDQCU0NRG1Y         X/DKTFCzO9oFuBPLOiEhLqRP2W0Xfl8+3oQkrYaBu45Wx6+HrfKvHiG0ZJmHXxAg8HiI         K00xV9YLHTecvcbqON3hxLinwY4XwRuvcau6MfOowA1cDpdyrHcMZFBpdul2F+of0IRK         Nd7w==
X-Gm-Message-State: ALoCoQlw32FzLoBYVSo0qiKeTXaI9vODlQ4QHP3Y2CfJceUwebuqDHZsIZqoPfdJBqq1X7ZWTuW5
MIME-Version: 1.0
X-Received: by 10.152.20.228 with SMTP id q4mr4458708lae.74.1441386533637; Fri, 04 Sep 2015 10:08:53 -0700 (PDT)
In-Reply-To: <l67hua1o9aitihq63muuqce0dvcrgrk9hb@4ax.com>
References: <l67hua1o9aitihq63muuqce0dvcrgrk9hb@4ax.com>
Date: Fri, 4 Sep 2015 13:08:53 -0400
Message-ID: <CAPbcu1MtT0txBJWmqu7adHWQRK8RTv0YP1W-1h9HaQQRAD9Xsw@mail.gmail.com>
Subject: Re: why no gpg-agent for Cygwin?
From: Darik Horn <dajhorn@vanadac.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Thu, Sep 3, 2015 at 3:20 PM, Andrew Schulman <schulman.andrew@epa.gov> wrote:
>
> So, why isn't there a gpg-agent for Cygwin?

Pageant does the same thing as gpg-agent, but works on both sides of
the Cygwin environment.

Install the ssh-pageant package through setup.exe and put something
like this into the default shell configuration:

  # .bashrc
  eval $(ssh-pageant -ra /tmp/.ssh-pageant)

--
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

