- (stevesk) sync servconf.h (comments)

This commit is contained in:
Kevin Steves 2001-07-04 18:37:20 +00:00
parent 27fd19291a
commit e468de6525
2 changed files with 6 additions and 3 deletions

View File

@ -134,6 +134,7 @@
- (bal) Makefile fix up requires scard.c - (bal) Makefile fix up requires scard.c
- (stevesk) sync misc.h - (stevesk) sync misc.h
- (stevesk) more sync for session.c - (stevesk) more sync for session.c
- (stevesk) sync servconf.h (comments)
20010629 20010629
- (bal) Removed net_aton() since we don't use it any more - (bal) Removed net_aton() since we don't use it any more
@ -5961,4 +5962,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1380 2001/07/04 18:23:03 stevesk Exp $ $Id: ChangeLog,v 1.1381 2001/07/04 18:37:20 stevesk Exp $

View File

@ -126,9 +126,11 @@ typedef struct {
* for this many intervals, above * for this many intervals, above
* diconnect the session * diconnect the session
*/ */
char *authorized_keys_file; /* File containing public RSA keys */
char *authorized_keys_file2; /* File containing public SSH2 keys */ char *authorized_keys_file; /* File containing public keys */
char *authorized_keys_file2;
int pam_authentication_via_kbd_int; int pam_authentication_via_kbd_int;
} ServerOptions; } ServerOptions;
void initialize_server_options(ServerOptions *); void initialize_server_options(ServerOptions *);