public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] New package: ssh-pageant-1.4-1
@ 2015-02-02 18:08 Michael Wild
  2015-02-04 21:35 ` Andrey Repin
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Wild @ 2015-02-02 18:08 UTC (permalink / raw)
  To: cygwin

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.
ssh-pageant works like ssh-agent, except that it leaves the key
storage to PuTTY's Pageant. It sets up an authentication socket and
prints the environment variables, which allows OpenSSH connections to
use it.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-
you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] New package: ssh-pageant-1.4-1
  2015-02-02 18:08 [ANNOUNCEMENT] New package: ssh-pageant-1.4-1 Michael Wild
@ 2015-02-04 21:35 ` Andrey Repin
  2015-02-09 13:06   ` Michael Wild
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Repin @ 2015-02-04 21:35 UTC (permalink / raw)
  To: Michael Wild, cygwin

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@yandex.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] New package: ssh-pageant-1.4-1
  2015-02-04 21:35 ` Andrey Repin
@ 2015-02-09 13:06   ` Michael Wild
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Wild @ 2015-02-09 13:06 UTC (permalink / raw)
  To: The Cygwin Mailing List

Hi Andrey

On Wed, Feb 4, 2015 at 10:05 PM, Andrey Repin wrote:
> 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!

Very intriguing. What is this elevated autostart thing? Some script
you put in your autostart folder in the start menu? How do you get
Windows to run it?

I'm glad you're happy with the package :-)

Michael

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-09 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 18:08 [ANNOUNCEMENT] New package: ssh-pageant-1.4-1 Michael Wild
2015-02-04 21:35 ` Andrey Repin
2015-02-09 13:06   ` Michael Wild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).