Package ssh :: Module agent :: Class AgentServerProxy
[frames] | no frames]

Class AgentServerProxy

source code

object --+    
         |    
  AgentSSH --+
             |
            AgentServerProxy

Instance Methods
 
__init__(self, t)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__del__(self) source code
 
connect(self) source code
 
close(self)
Terminate the agent, clean the files, close connections Should be called manually
source code
dict
get_env(self)
Helper for the environnement under unix
source code

Inherited from AgentSSH: get_keys

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, t)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • t - transport used for the Forward for SSH Agent communication
Raises:
Overrides: object.__init__
(inherited documentation)

get_env(self)

source code 

Helper for the environnement under unix

Returns: dict
the SSH_AUTH_SOCK Environnement variables