Passa al contenuto principale

3. Protocol Overview

Questa pagina riassume la sezione corrispondente di RFC 9987 e conserva numeri, nomi dei messaggi e requisiti di sicurezza del protocollo agent SSH.

The agent protocol is a packetised request-response protocol driven solely by the client. A client sends requests to an agent, and the agent sends replies in response and in order. The agent never sends messages except as a response to a client request.

Requests include loading keys into an agent, removing keys, listing keys, and performing signature operations using previously loaded keys. Agents MAY implement only a subset of key types and MAY refuse operations in particular contexts. Clients SHOULD fail gracefully when operations are refused.