]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: new name/link for agent I-D
authordjm@openbsd.org <djm@openbsd.org>
Wed, 27 Nov 2024 13:27:34 +0000 (13:27 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 27 Nov 2024 16:09:01 +0000 (03:09 +1100)
OpenBSD-Commit-ID: e3420f3925a297a1b2ab7dfe7c7d274cfc8e1193

PROTOCOL.agent

index 9ae16bf2bbc6eee343de85470c5b3cd9ee40bf8d..b6e14262d0f668f931f6fa5a5e04cf02597d128c 100644 (file)
@@ -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 $