module documentation
(source)

Implements the SSH v2 key agent protocol. This protocol is documented in the SSH source code, in the file PROTOCOL.agent.

Maintainer: Paul Swartz

Class SSHAgentClient The client side of the SSH agent protocol. This is equivalent to ssh-add(1) and can be used with either ssh-agent(1) or the SSHAgentServer protocol, also in this package.
Class SSHAgentServer The server side of the SSH agent protocol. This is equivalent to ssh-agent(1) and can be used with either ssh-add(1) or the SSHAgentClient protocol, also in this package.
Variable AGENT_FAILURE Undocumented
Variable AGENT_IDENTITIES_ANSWER Undocumented
Variable AGENT_RSA_IDENTITIES_ANSWER Undocumented
Variable AGENT_SIGN_RESPONSE Undocumented
Variable AGENT_SUCCESS Undocumented
Variable AGENTC_ADD_IDENTITY Undocumented
Variable AGENTC_REMOVE_ALL_IDENTITIES Undocumented
Variable AGENTC_REMOVE_ALL_RSA_IDENTITIES Undocumented
Variable AGENTC_REMOVE_IDENTITY Undocumented
Variable AGENTC_REMOVE_RSA_IDENTITY Undocumented
Variable AGENTC_REQUEST_IDENTITIES Undocumented
Variable AGENTC_REQUEST_RSA_IDENTITIES Undocumented
Variable AGENTC_SIGN_REQUEST Undocumented
Variable messages Undocumented
AGENT_FAILURE: int = (source)

Undocumented

AGENT_IDENTITIES_ANSWER: int = (source)

Undocumented

AGENT_RSA_IDENTITIES_ANSWER: int = (source)

Undocumented

AGENT_SIGN_RESPONSE: int = (source)

Undocumented

AGENT_SUCCESS: int = (source)

Undocumented

AGENTC_ADD_IDENTITY: int = (source)

Undocumented

AGENTC_REMOVE_ALL_IDENTITIES: int = (source)

Undocumented

AGENTC_REMOVE_ALL_RSA_IDENTITIES: int = (source)

Undocumented

AGENTC_REMOVE_IDENTITY: int = (source)

Undocumented

AGENTC_REMOVE_RSA_IDENTITY: int = (source)

Undocumented

AGENTC_REQUEST_IDENTITIES: int = (source)

Undocumented

AGENTC_REQUEST_RSA_IDENTITIES: int = (source)

Undocumented

AGENTC_SIGN_REQUEST: int = (source)

Undocumented

messages: dict = (source)

Undocumented