diff options
author | 2020-10-06 07:12:04 +0000 | |
---|---|---|
committer | 2020-10-06 07:12:04 +0000 | |
commit | ee5ee23f40e20fcff4db2709152ba0bafab71ded (patch) | |
tree | c27d42476a654e21e5150ffdc177f5266886a6e4 | |
parent | Use random value for canary bytes; ok tb@ (diff) | |
download | wireguard-openbsd-ee5ee23f40e20fcff4db2709152ba0bafab71ded.tar.xz wireguard-openbsd-ee5ee23f40e20fcff4db2709152ba0bafab71ded.zip |
Agent protocol draft is now at rev 4. ok djm@
-rw-r--r-- | usr.bin/ssh/PROTOCOL.agent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/PROTOCOL.agent b/usr.bin/ssh/PROTOCOL.agent index 00401dbf328..ed47146a30e 100644 --- a/usr.bin/ssh/PROTOCOL.agent +++ b/usr.bin/ssh/PROTOCOL.agent @@ -1,5 +1,5 @@ This file used to contain a description of the SSH agent protocol implemented by OpenSSH. It has since been superseded by -https://tools.ietf.org/html/draft-miller-ssh-agent-00 +https://tools.ietf.org/html/draft-miller-ssh-agent-04 -$OpenBSD: PROTOCOL.agent,v 1.13 2020/08/31 00:17:41 djm Exp $ +$OpenBSD: PROTOCOL.agent,v 1.14 2020/10/06 07:12:04 dtucker Exp $ |