The AI Front Page

Reading signals from this article are folded back into your front page ranking on this device.

New Concepts/Hacker News AI/August 1, 2026 at 10:22 PM

Hacker News discussion: RFC 9987: Secure Shell (SSH) Agent Protocol

Hacker News readers are discussing "RFC 9987: Secure Shell (SSH) Agent Protocol" with 5 points and 1 comments.

New Concepts / Hacker News AI
Source

Follow Hacker News AI to make it a durable For You signal.

RFC 9987 is a newly published Internet Standards Track document that formally defines the Secure Shell (SSH) Agent Protocol. It standardizes how SSH clients and servers interact with a key management component (an 'agent') that holds private keys, enabling operations like signing without exposing key material. The protocol supports adding keys with constraints, removing keys, listing keys, signing data, and forwarding agent access over SSH connections. It covers key types including DSA, ECDSA, EdDSA, and RSA, and includes an extension mechanism for vendor-specific messages. Security considerations address agent forwarding risks, token-hosted key security, and brute-force attack countermeasures. This standardization matters because the agent protocol has been widely deployed for years without a formal specification, and the new RFC provides a clear, interoperable foundation for future implementations and improved security.