upstream commit

fix junk characters after quotes

Upstream-ID: cc4d0cd32cb6b55a2ef98975d2f7ae857d0dc578
This commit is contained in:
djm@openbsd.org 2016-05-04 12:16:39 +00:00 committed by Darren Tucker
parent 9283884e64
commit 910e59bba0
1 changed files with 3 additions and 3 deletions

View File

@ -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 $