=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- src/usr.bin/ssh/servconf.h 2001/05/18 14:13:29 1.42 +++ src/usr.bin/ssh/servconf.h 2001/05/20 17:20:35 1.43 @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.42 2001/05/18 14:13:29 markus Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.43 2001/05/20 17:20:35 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -124,6 +124,9 @@ * for this many intervals, above * diconnect the session */ + + char *authorized_keys_file; /* File containing public RSA keys */ + char *authorized_keys_file2; /* File containing public SSH2 keys */ } ServerOptions; /*