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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=gKziasaTnFKQukXb mK/UKlICnSCi5gOU5wfl1pT7a7veFH2OSfwk0Pym6a41Rg43fez2K6pbKDpgZB+S BKP+t62151KtjW7esyB2MnvSwXrK0e29lZ46fVOlTQMIxyGShb4sEPG+QNzvMjoM UQy3N6+NXjRhmro721yOLE4Iv1I= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=orXG9om9y7tms2t+bdRr51 DEsXA=; b=BQlVtUh7fpeNa5WS/mllAmNOGC9POuBmNL/gAwY3ra5bhHGpAIuxXT ecYX5HFsOiuI0VsHQJivG1HnlpMPUhp9JQM3lYQ+gvdjo5HssWNEIY0K9exeeE01 Rei/1oT+IujUPZz5jVvJaMVBkWUQpe/wqGHOfFRovzaISlhqnIvF8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_99,BAYES_999,FREEMAIL_FROM,KAM_BODY_URIBL_PCCC,KAM_FROM_URIBL_PCCC,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp.ht-systems.ru Date: Thu, 5 Feb 2015 00:05:09 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <496397906.20150205000509@yandex.ru> To: Michael Wild , cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] New package: ssh-pageant-1.4-1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Michael Wild! > Version 1.4-1 of "ssh-pageant" has been uploaded. > ssh-pageant is a tiny tool for Windows that allows you to use SSH keys > from PuTTY's Pageant in Cygwin and MSYS shell environments. You can > use ssh-pageant to automate SSH connections from those shells, which > is useful for services built on top of SSH, like SFTP file transfers > or pushing to secure git repositories. You. Are. The. Best. Finally I can have access to elevated pageant from regular desktop! Autostart (elevated): test -f "$HOME/.ssh_agent" && . "$HOME/.ssh_agent" eval $(ssh-pageant.exe -k) ssh-pageant.exe -s | tee "$HOME/.ssh_agent" .bashrc: test -f "$HOME/.ssh_agent" && . "$HOME/.ssh_agent" Works like a charm! Now, I don't know, what is more important. Long-awaited Cygwin .34 release or sudden availability of transparent key-based authentication to the userland. I'll probably put them both on the same height. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 04.02.2015, <19:49> Sorry for my terrible english... -- 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