summaryrefslogtreecommitdiff
path: root/PROTOCOL.agent
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2023-04-12 08:53:54 +0000
committerDamien Miller <djm@mindrot.org>2023-04-17 09:21:13 +1000
commit740dafa20f3f3d325f6f5d44e990b8c8a6d3d816 (patch)
tree64a1a264af2535c6ce6045e457b3a7bcf0a43421 /PROTOCOL.agent
parent6452f89577ec4f22440c31b8e19b061d1a7c4b2a (diff)
downloadopenssh-git-740dafa20f3f3d325f6f5d44e990b8c8a6d3d816.tar.gz
upstream: fix double words ok dtucker@
OpenBSD-Commit-ID: 44d3223902fbce5276422bdc8063ab72a4078489
Diffstat (limited to 'PROTOCOL.agent')
-rw-r--r--PROTOCOL.agent4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent
index dba76b0c..44e46367 100644
--- a/PROTOCOL.agent
+++ b/PROTOCOL.agent
@@ -31,7 +31,7 @@ should be bound for user authentication or forwarding.
When an agent received this message, it will verify the signature and
check the consistency of its contents, including refusing to accept
a duplicate session identifier, or any attempt to bind a connection
-previously bound for authentication. It will then then record the
+previously bound for authentication. It will then record the
binding for the life of the connection for use later in testing per-key
destination constraints.
@@ -81,4 +81,4 @@ the constraint is:
This option is only valid for XMSS keys.
-$OpenBSD: PROTOCOL.agent,v 1.18 2022/09/21 22:26:50 dtucker Exp $
+$OpenBSD: PROTOCOL.agent,v 1.19 2023/04/12 08:53:54 jsg Exp $