[BACK]Return to PROTOCOL.agent CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL.agent between version 1.1 and 1.2

version 1.1, 2008/06/28 14:08:30 version 1.2, 2008/06/29 08:30:29
Line 269 
Line 269 
 Protocol 2 keys may be removed with the following request:  Protocol 2 keys may be removed with the following request:
   
         byte                    SSH2_AGENTC_REMOVE_IDENTITY          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  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  Algorithms" for either of the supported key types: "ssh-dss" or
Line 338 
Line 338 
   
 Followed by zero or more consecutive keys, encoded as:  Followed by zero or more consecutive keys, encoded as:
   
         byte[n]                 key_blob          string                  key_blob
         string                  key_comment          string                  key_comment
   
 Where "key_blob" is encoded as per RFC 4253 section 6.6 "Public Key  Where "key_blob" is encoded as per RFC 4253 section 6.6 "Public Key

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2