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 ​SSHAgent​Client 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 ​SSHAgent​Server 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