Class Index [+]

Quicksearch

Net::SSH::Authentication::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.

Constants

AGENT_MAX_MSGLEN

From Putty pageant.c

AGENT_COPYDATA_ID

Public Class Methods

socket_factory() click to toggle source

Selects which socket to use depending on the ruby version This is needed due changes in the DL module.

     # File lib/net/ssh/authentication/pageant.rb, line 254
254:     def self.socket_factory
255:       if RUBY_VERSION < "1.9"
256:         Socket
257:       else
258:         Socket19
259:       end
260:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.