[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.27 and 1.28

version 1.27, 2018/06/06 18:23:32 version 1.28, 2019/07/09 04:15:00
Line 22 
Line 22 
 struct passwd;  struct passwd;
 struct sshkey;  struct sshkey;
   
   /* Maximum number of permitopen/permitlisten directives to accept */
   #define SSH_AUTHOPT_PERMIT_MAX 4096
   
 /*  /*
  * sshauthopt represents key options parsed from authorized_keys or   * sshauthopt represents key options parsed from authorized_keys or
  * from certificate extensions/options.   * from certificate extensions/options.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28