diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2022-05-09 10:25:27 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-05-13 05:22:50 +0200 |
commit | fbcef70c2832712f027bccea1aa9bc4b4103da93 (patch) | |
tree | 44ef682f2c97c9f55a00dbe5bcf55e5d9b9aa23e /PROTOCOL.agent | |
parent | upstream: Allow existing -U (use agent) flag to work with "-Y sign" (diff) | |
download | openssh-fbcef70c2832712f027bccea1aa9bc4b4103da93.tar.xz openssh-fbcef70c2832712f027bccea1aa9bc4b4103da93.zip |
upstream: Remove errant apostrophe. From haruyama at queen-ml org.
OpenBSD-Commit-ID: dc6b294567cb84b384ad6ced9ca469f2bbf0bd10
Diffstat (limited to 'PROTOCOL.agent')
-rw-r--r-- | PROTOCOL.agent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent index 67302c344..ec2c47b63 100644 --- a/PROTOCOL.agent +++ b/PROTOCOL.agent @@ -1,7 +1,7 @@ The SSH agent protocol is described in https://tools.ietf.org/html/draft-miller-ssh-agent-04 -This file document's OpenSSH's extensions to the agent protocol. +This file documents OpenSSH's extensions to the agent protocol. 1. session-bind@openssh.com extension @@ -81,4 +81,4 @@ the constraint is: This option is only valid for XMSS keys. -$OpenBSD: PROTOCOL.agent,v 1.16 2022/01/01 01:55:30 jsg Exp $ +$OpenBSD: PROTOCOL.agent,v 1.17 2022/05/09 08:25:27 dtucker Exp $ |