module documentation

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.
Constant AGENT_FAILURE Undocumented
Constant AGENT_IDENTITIES_ANSWER Undocumented
Constant AGENT_RSA_IDENTITIES_ANSWER Undocumented
Constant AGENT_SIGN_RESPONSE Undocumented
Constant AGENT_SUCCESS Undocumented
Constant AGENTC_ADD_IDENTITY Undocumented
Constant AGENTC_REMOVE_ALL_IDENTITIES Undocumented
Constant AGENTC_REMOVE_ALL_RSA_IDENTITIES Undocumented
Constant AGENTC_REMOVE_IDENTITY Undocumented
Constant AGENTC_REMOVE_RSA_IDENTITY Undocumented
Constant AGENTC_REQUEST_IDENTITIES Undocumented
Constant AGENTC_REQUEST_RSA_IDENTITIES Undocumented
Constant AGENTC_SIGN_REQUEST Undocumented
Variable messages Undocumented
AGENT_FAILURE: int = (source)

Undocumented

Value
5
AGENT_IDENTITIES_ANSWER: int = (source)

Undocumented

Value
12
AGENT_RSA_IDENTITIES_ANSWER: int = (source)

Undocumented

Value
2
AGENT_SIGN_RESPONSE: int = (source)

Undocumented

Value
14
AGENT_SUCCESS: int = (source)

Undocumented

Value
6
AGENTC_ADD_IDENTITY: int = (source)

Undocumented

Value
17
AGENTC_REMOVE_ALL_IDENTITIES: int = (source)

Undocumented

Value
19
AGENTC_REMOVE_ALL_RSA_IDENTITIES: int = (source)

Undocumented

Value
9
AGENTC_REMOVE_IDENTITY: int = (source)

Undocumented

Value
18
AGENTC_REMOVE_RSA_IDENTITY: int = (source)

Undocumented

Value
8
AGENTC_REQUEST_IDENTITIES: int = (source)

Undocumented

Value
11
AGENTC_REQUEST_RSA_IDENTITIES: int = (source)

Undocumented

Value
1
AGENTC_SIGN_REQUEST: int = (source)

Undocumented

Value
13
messages: dict = (source)

Undocumented