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

Module agent

source code

SSH Agent interface

Classes
  AgentSSH
  AgentProxyThread
Class in charge of communication between two channels.
  AgentLocalProxy
Class to be used when wanting to ask a local SSH Agent being asked from a remote fake agent (so use a unix socket for ex.)
  AgentRemoteProxy
Class to be used when wanting to ask a remote SSH Agent
  AgentClientProxy
Class proxying request as a client:
  AgentServerProxy
:param .Transport t: Transport used for SSH Agent communication forwarding
  AgentRequestHandler
  Agent
Client interface for using private keys from an SSH agent running on the local machine.
  AgentKey
Private key held in a local SSH agent.
Variables
  cSSH2_AGENTC_REQUEST_IDENTITIES = '\x0b'
  SSH2_AGENT_IDENTITIES_ANSWER = 12
  cSSH2_AGENTC_SIGN_REQUEST = '\r'
  SSH2_AGENT_SIGN_RESPONSE = 14
  __package__ = 'paramiko'