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

Module agent

source code

SSH Agent interface for Unix clients.

Classes
  AgentSSH
Client interface for using private keys from an SSH agent running on the local machine.
  AgentProxyThread
Class in charge of communication between two chan
  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: -> client ask for a request_forward_agent() -> server creates a proxy and a fake SSH Agent -> server ask for establishing a connection when needed, calling the forward_agent_handler at client side.
  AgentServerProxy
  AgentRequestHandler
Variables
  SSH2_AGENTC_REQUEST_IDENTITIES = 11
  SSH2_AGENTC_SIGN_REQUEST = 13
  SSH2_AGENT_IDENTITIES_ANSWER = 12
  SSH2_AGENT_SIGN_RESPONSE = 14