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

Diff for /src/usr.bin/ssh/ssh.h between version 1.87 and 1.88

version 1.87, 2017/05/07 23:15:59 version 1.88, 2018/06/06 18:29:18
Line 31 
Line 31 
 #define SSH_MAX_IDENTITY_FILES          100  #define SSH_MAX_IDENTITY_FILES          100
   
 /*  /*
  * Maximum length of lines in authorized_keys file.  
  * Current value permits 16kbit RSA keys and 8kbit DSA keys, with  
  * some room for options and comments.  
  */  
 #define SSH_MAX_PUBKEY_BYTES            16384  
   
 /*  
  * Major protocol version.  Different version indicates major incompatibility   * Major protocol version.  Different version indicates major incompatibility
  * that prevents communication.   * that prevents communication.
  *   *

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88