This module encapsulates the implementation of a socket factory that uses
the PuTTY "pageant" utility to obtain information about SSH
identities.
This code is a slightly modified version of the original implementation by
Guillaume Marçais (guillaume.marcais@free.fr). It is used and relicensed by
permission.
| Modules |
| Win |
The definition of the Windows methods and data structures used in
communicating with the pageant process.
|
| Classes |
| Socket |
This is the pseudo-socket implementation that mimics the interface of a
socket, translating each request into a Windows messaging call to the
pageant daemon. This allows pageant support to be implemented simply by
replacing the socket factory used by the Agent class.
|
<code/>and<pre/>for code samples.