summaryrefslogtreecommitdiffstats
path: root/PROTOCOL.agent
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-05-04 12:16:39 +0000
committerDarren Tucker <dtucker@zip.com.au>2016-05-05 00:01:49 +1000
commit910e59bba09ac309d78ce61e356da35292212935 (patch)
treec0028534457b805dac37bb296c0b073d3ef81035 /PROTOCOL.agent
parent9283884e647b8be50ccd2997537af0065672107d (diff)
upstream commit
fix junk characters after quotes Upstream-ID: cc4d0cd32cb6b55a2ef98975d2f7ae857d0dc578
Diffstat (limited to 'PROTOCOL.agent')
-rw-r--r--PROTOCOL.agent6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent
index e6016412..c386d161 100644
--- a/PROTOCOL.agent
+++ b/PROTOCOL.agent
@@ -209,7 +209,7 @@ ECDSA certificates may be added with:
ED25519 keys may be added using the following request
byte SSH2_AGENTC_ADD_IDENTITY or
SSH2_AGENTC_ADD_ID_CONSTRAINED
- string "ssh-ed25519" 
+ string "ssh-ed25519"
mpint ed25519_public_key
mpint ed25519_private_key
string key_comment
@@ -218,7 +218,7 @@ ED25519 keys may be added using the following request
ED25519 certificates may be added with:
byte SSH2_AGENTC_ADD_IDENTITY or
SSH2_AGENTC_ADD_ID_CONSTRAINED
- string "ssh-ed25519-cert-v01@openssh.com" 
+ string "ssh-ed25519-cert-v01@openssh.com"
string certificate
mpint ed25519_public_key
mpint ed25519_private_key
@@ -576,4 +576,4 @@ Locking and unlocking affects both protocol 1 and protocol 2 keys.
SSH_AGENT_CONSTRAIN_LIFETIME 1
SSH_AGENT_CONSTRAIN_CONFIRM 2
-$OpenBSD: PROTOCOL.agent,v 1.9 2016/05/03 10:24:27 djm Exp $
+$OpenBSD: PROTOCOL.agent,v 1.10 2016/05/04 12:16:39 djm Exp $