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

Class AgentServerProxy

source code

object --+    
         |    
  AgentSSH --+
             |
            AgentServerProxy

:param .Transport t: Transport used for SSH Agent communication forwarding

:raises SSHException: mostly if we lost the agent

Instance Methods
 
__init__(self, t)
x.__init__(...) initializes x; see help(type(x)) 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
 
get_env(self)
Helper for the environnement under unix
source code

Inherited from AgentSSH: get_keys

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

Properties

Inherited from object: __class__

Method Details

__init__(self, t)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

get_env(self)

source code 

Helper for the environnement under unix

:return:
    a dict containing the ``SSH_AUTH_SOCK`` environnement variables