=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/PROTOCOL.agent,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/PROTOCOL.agent 2008/06/28 14:08:30 1.1 +++ src/usr.bin/ssh/PROTOCOL.agent 2008/06/29 08:30:29 1.2 @@ -269,7 +269,7 @@ Protocol 2 keys may be removed with the following request: byte SSH2_AGENTC_REMOVE_IDENTITY - byte[n] key_blob + string key_blob Where "key_blob" is encoded as per RFC 4253 section 6.6 "Public Key Algorithms" for either of the supported key types: "ssh-dss" or @@ -338,7 +338,7 @@ Followed by zero or more consecutive keys, encoded as: - byte[n] key_blob + string key_blob string key_comment Where "key_blob" is encoded as per RFC 4253 section 6.6 "Public Key @@ -513,4 +513,4 @@ SSH_AGENT_CONSTRAIN_LIFETIME 1 SSH_AGENT_CONSTRAIN_CONFIRM 2 -$OpenBSD: PROTOCOL.agent,v 1.1 2008/06/28 14:08:30 djm Exp $ +$OpenBSD: PROTOCOL.agent,v 1.2 2008/06/29 08:30:29 djm Exp $