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

Diff for /src/usr.bin/ssh/servconf.h between version 1.6 and 1.7

version 1.6, 1999/10/07 22:46:32 version 1.7, 1999/10/11 21:07:37
Line 59 
Line 59 
   int skey_authentication;      /* If true, permit s/key authentication. */    int skey_authentication;      /* If true, permit s/key authentication. */
 #endif  #endif
   int permit_empty_passwd;      /* If false, do not permit empty passwords. */    int permit_empty_passwd;      /* If false, do not permit empty passwords. */
     int use_login;                /* If true, login(1) is used */
   unsigned int num_allow_hosts;    unsigned int num_allow_hosts;
   char *allow_hosts[MAX_ALLOW_HOSTS];    char *allow_hosts[MAX_ALLOW_HOSTS];
   unsigned int num_deny_hosts;    unsigned int num_deny_hosts;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7