Lines Matching full:agent
1 The SSH agent protocol is described in
2 https://tools.ietf.org/html/draft-miller-ssh-agent
4 This file documents OpenSSH's extensions to the agent protocol.
8 This extension allows a ssh client to bind an agent connection to a
11 exchange. This binding is verifiable at the agent by including the
31 When an agent received this message, it will verify the signature and
42 smartcard keys are added to an agent.
65 When receiving this message, the agent will ensure that the
68 and signify the initial hop from the host running ssh-agent). The agent
74 the agent connection over which they were received.
78 This key constraint allows communication to an agent of the maximum
103 requests. When an agent receives this extension, it will attempt to match
106 agent will graft the certificate contents to the token-hosted private key
107 and store the result for subsequent use by regular agent operations.
110 the resultant certificates to be loaded to the agent. The default
118 $OpenBSD: PROTOCOL.agent,v 1.23 2024/04/30 05:45:56 djm Exp $