diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-04-05 15:49:44 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-04-09 22:00:29 +0000 |
commit | 55435cdd4fe4fbfbcba1098bb715ecd6171ba2d8 (patch) | |
tree | bc2b596aa751d9fb17f4b89db25858a9a1fead9b | |
parent | Post release updates (diff) | |
download | gnupg-55435cdd4fe4fbfbcba1098bb715ecd6171ba2d8.tar.gz gnupg-55435cdd4fe4fbfbcba1098bb715ecd6171ba2d8.zip |
agent: change documentation reference for ssh-agent protocol.
* agent/command-ssh.c: repoint documentation reference.
--
Damien Miller is now documenting the ssh-agent protocol via the IETF.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r-- | agent/command-ssh.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index d1158e70b..5317df58a 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -27,8 +27,10 @@ RFC-4253 - Transport Layer Protocol RFC-5656 - ECC support - The protocol for the agent is defined in OpenSSH's PROTOCL.agent - file. + The protocol for the agent is defined in: + + https://tools.ietf.org/html/draft-miller-ssh-agent + */ #include <config.h> |