From: djm@openbsd.org Date: Wed, 4 May 2016 12:16:39 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_3_P1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910e59bba09ac309d78ce61e356da35292212935;p=thirdparty%2Fopenssh-portable.git upstream commit fix junk characters after quotes Upstream-ID: cc4d0cd32cb6b55a2ef98975d2f7ae857d0dc578 --- diff --git a/PROTOCOL.agent b/PROTOCOL.agent index e6016412c..c386d161b 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 $