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

Diff for /src/usr.bin/ssh/auth-options.h between version 1.30 and 1.31

version 1.30, 2020/08/27 01:07:09 version 1.31, 2021/07/23 03:57:20
Line 23 
Line 23 
 struct sshkey;  struct sshkey;
   
 /* Maximum number of permitopen/permitlisten directives to accept */  /* Maximum number of permitopen/permitlisten directives to accept */
 #define SSH_AUTHOPT_PERMIT_MAX 4096  #define SSH_AUTHOPT_PERMIT_MAX  4096
   
   /* Maximum number of environment directives to accept */
   #define SSH_AUTHOPT_ENV_MAX     1024
   
 /*  /*
  * sshauthopt represents key options parsed from authorized_keys or   * sshauthopt represents key options parsed from authorized_keys or

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31