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 | AGENTC_REQUEST_RSA_IDENTITIES | Undocumented |
Variable | AGENT_RSA_IDENTITIES_ANSWER | Undocumented |
Variable | AGENT_FAILURE | Undocumented |
Variable | AGENT_SUCCESS | Undocumented |
Variable | AGENTC_REMOVE_RSA_IDENTITY | Undocumented |
Variable | AGENTC_REMOVE_ALL_RSA_IDENTITIES | Undocumented |
Variable | AGENTC_REQUEST_IDENTITIES | Undocumented |
Variable | AGENT_IDENTITIES_ANSWER | Undocumented |
Variable | AGENTC_SIGN_REQUEST | Undocumented |
Variable | AGENT_SIGN_RESPONSE | Undocumented |
Variable | AGENTC_ADD_IDENTITY | Undocumented |
Variable | AGENTC_REMOVE_IDENTITY | Undocumented |
Variable | AGENTC_REMOVE_ALL_IDENTITIES | Undocumented |
Variable | messages | Undocumented |