- (stevesk) sync servconf.h (comments)

This commit is contained in:
Kevin Steves 2001-07-04 18:37:20 +00:00
Родитель 27fd19291a
Коммит e468de6525
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -134,6 +134,7 @@
- (bal) Makefile fix up requires scard.c
- (stevesk) sync misc.h
- (stevesk) more sync for session.c
- (stevesk) sync servconf.h (comments)
20010629
- (bal) Removed net_aton() since we don't use it any more
@ -5961,4 +5962,4 @@
- Wrote replacements for strlcpy and mkdtemp
- 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 $

Просмотреть файл

@ -126,9 +126,11 @@ typedef struct {
* 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 */
char *authorized_keys_file; /* File containing public keys */
char *authorized_keys_file2;
int pam_authentication_via_kbd_int;
} ServerOptions;
void initialize_server_options(ServerOptions *);