[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.83 and 1.84

version 1.83, 2015/12/11 03:19:09 version 1.84, 2017/04/30 23:18:44
Line 32 
Line 32 
   
 /*  /*
  * Maximum length of lines in authorized_keys file.   * Maximum length of lines in authorized_keys file.
  * Current value permits 16kbit RSA and RSA1 keys and 8kbit DSA keys, with   * Current value permits 16kbit RSA keys and 8kbit DSA keys, with
  * some room for options and comments.   * some room for options and comments.
  */   */
 #define SSH_MAX_PUBKEY_BYTES            16384  #define SSH_MAX_PUBKEY_BYTES            16384

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84