=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/servconf.h 1999/10/01 02:38:09 1.4 +++ src/usr.bin/ssh/servconf.h 1999/10/07 21:45:02 1.5 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: servconf.h,v 1.4 1999/10/01 02:38:09 provos Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.5 1999/10/07 21:45:02 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -54,6 +54,9 @@ int afs_token_passing; /* If true, permit AFS token passing. */ #endif 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. */ unsigned int num_allow_hosts; char *allow_hosts[MAX_ALLOW_HOSTS];