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
  COPYDATASTRUCT
ctypes implementation of http://msdn.microsoft.com/en-us/library/windows/desktop/ms649010%28v=vs.85%29.aspx
  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
  ULONG_PTR = ctypes.c_uint64 if platform.architecture() [0]== '...
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.


Variables Details

ULONG_PTR

Value:
ctypes.c_uint64 if platform.architecture() [0]== '64bit' else ctypes.c\
_uint32