[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.4 and 1.5

version 1.4, 1999/10/01 02:38:09 version 1.5, 1999/10/07 21:45:02
Line 54 
Line 54 
   int afs_token_passing;        /* If true, permit AFS token passing. */    int afs_token_passing;        /* If true, permit AFS token passing. */
 #endif  #endif
   int password_authentication;  /* If true, permit password authentication. */    int password_authentication;  /* If true, permit password authentication. */
   #ifdef SKEY
     int skey_authentication;      /* If true, permit s/key authentication. */
   #endif
   int permit_empty_passwd;      /* If false, do not permit empty passwords. */    int permit_empty_passwd;      /* If false, do not permit empty passwords. */
   unsigned int num_allow_hosts;    unsigned int num_allow_hosts;
   char *allow_hosts[MAX_ALLOW_HOSTS];    char *allow_hosts[MAX_ALLOW_HOSTS];

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5