Package paramiko :: Module win_pageant
[show private | hide private]
[frames | no frames]

Module paramiko.win_pageant

Functions for communicating with Pageant, the basic windows ssh agent program.
Classes
PageantConnection Mock "connection" to an agent which roughly approximates the behavior of a unix local-domain socket (as used by Agent).

Function Summary
  _get_pageant_window_object()
  _query_pageant(msg)
  can_talk_to_agent()
Check to see if there is a "Pageant" agent we can talk to.

Variable Summary
int _AGENT_COPYDATA_ID = -2142351174                                                           
int _AGENT_MAX_MSGLEN = 8192                                                                  
int win32con_WM_COPYDATA = 74                                                                    

Function Details

can_talk_to_agent()

Check to see if there is a "Pageant" agent we can talk to.

This checks both if we have the required libraries (win32all) and if there is a Pageant currently running.

Variable Details

_AGENT_COPYDATA_ID

Type:
int
Value:
-2142351174                                                           

_AGENT_MAX_MSGLEN

Type:
int
Value:
8192                                                                  

win32con_WM_COPYDATA

Type:
int
Value:
74                                                                    

Generated by Epydoc 2.1 on Wed May 10 18:42:01 2006 http://epydoc.sf.net