From 4f1f4d8d55a981c18d5e4a70de8005dca65018f9 Mon Sep 17 00:00:00 2001 From: stevesk Date: Wed, 4 Jul 2001 18:37:20 +0000 Subject: [PATCH] - (stevesk) sync servconf.h (comments) --- ChangeLog | 1 + servconf.h | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c04f1281..dd0ed9dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/servconf.h b/servconf.h index 3552bb11..55f2ee28 100644 --- a/servconf.h +++ b/servconf.h @@ -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 *); -- 2.45.2