Module Net::SSH::UserAuth::Pageant
In: lib/net/ssh/userauth/pageant.rb

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.

Classes and Modules

Module Net::SSH::UserAuth::Pageant::Win
Class Net::SSH::UserAuth::Pageant::Socket

Constants

AGENT_MAX_MSGLEN = 8192   From Putty pageant.c
AGENT_COPYDATA_ID = 0x804e50ba

[Validate]