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 |