diff options
author | djm@openbsd.org <djm@openbsd.org> | 2024-11-27 14:27:34 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-11-27 17:09:01 +0100 |
commit | 53c03961769d8879a81398074ea3cb36253d4f2e (patch) | |
tree | e6fc9f3b3343f857d096694fb9cac24b415be6a2 | |
parent | upstream: mention that biometrics may be used for FIDO key user (diff) | |
download | openssh-53c03961769d8879a81398074ea3cb36253d4f2e.tar.xz openssh-53c03961769d8879a81398074ea3cb36253d4f2e.zip |
upstream: new name/link for agent I-D
OpenBSD-Commit-ID: e3420f3925a297a1b2ab7dfe7c7d274cfc8e1193
-rw-r--r-- | PROTOCOL.agent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent index 9ae16bf2b..b6e14262d 100644 --- a/PROTOCOL.agent +++ b/PROTOCOL.agent @@ -1,5 +1,5 @@ The SSH agent protocol is described in -https://tools.ietf.org/html/draft-miller-ssh-agent +https://datatracker.ietf.org/doc/draft-ietf-sshm-ssh-agent/ This file documents OpenSSH's extensions to the agent protocol. @@ -115,4 +115,4 @@ A SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED will return SSH_AGENT_SUCCESS if any key (plain private or certificate) was successfully loaded, or SSH_AGENT_FAILURE if no key was loaded. -$OpenBSD: PROTOCOL.agent,v 1.23 2024/04/30 05:45:56 djm Exp $ +$OpenBSD: PROTOCOL.agent,v 1.24 2024/11/27 13:27:34 djm Exp $ |