Expand description
Agent protocol message structures.
Structs§
- AddIdentity
- Add a key to an agent.
- AddIdentity
Constrained - Add a key to an agent, with constraints on it’s use.
- AddSmartcard
KeyConstrained - Add a key in a hardware token to an agent, with constraints on it’s use.
- Extension
- Container for SSH agent protocol extension messages
- Identity
- Data returned to the client when listing keys.
- Remove
Identity - Remove a key from an agent.
- Sign
Request - Signature request with data to be signed with a key in an agent.
- Smartcard
Key - Pointer to a key in a hardware token, along with an optional PIN.
- Unparsed
- Generic container for
Extension
-specific content. Accessing the innerVec<u8>
is only possible via conversion methods.
Enums§
- Credential
- A container for a public / private key pair, or a certificate / private key.
- KeyConstraint
- A key constraint, used to place limitations on how and where a key can be used.
- Request
- SSH agent protocol request messages.
- Response
- SSH agent protocol response messages.