Module

Pageant

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.
Constants
AGENT_COPYDATA_ID
AGENT_MAX_MSGLEN From Putty pageant.c
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.