Archive Index
This month's Index
|
Subject: Re: ssh-agent support
Re: ssh-agent support
From: Daiki Ueno <ueno_at_unixuser.org>
Date: Sat, 19 Dec 2009 11:09:18 +0900
Peter Stuge <peter_at_stuge.se> writes:
> Also, we may want to look at reaching the OpenSSH ssh-agent in Cygwin
Perhaps I'm missing something, it seems not that easy to communicate
Here is my understanding:
Cygwin maps an AF_LOCAL address (a filename) to a locally listened port
1. open the given file on the cygwin filesystem(?), and read the socket
So we need: pathname conversion to the Cygwin filesystem (for 1)
I personally think it is too complicated to be supported... Can't we
> I think Pageant needs to be tried automatically on win32, both with
Yes, I also thought of that, but is it safer to find HWND each time
Regards,
-- Daiki Ueno _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2009-12-19 |