Package paramiko :: Module win_pageant
[frames] | no frames]

Module win_pageant

source code

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).
Functions
 
can_talk_to_agent()
Check to see if there is a "Pageant" agent we can talk to.
source code
Variables
  win32con_WM_COPYDATA = 74
  __package__ = 'paramiko'
Function Details

can_talk_to_agent()

source code 

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

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