]> andersk Git - openssh.git/commitdiff
- (stevesk) sync servconf.h (comments)
authorstevesk <stevesk>
Wed, 4 Jul 2001 18:37:20 +0000 (18:37 +0000)
committerstevesk <stevesk>
Wed, 4 Jul 2001 18:37:20 +0000 (18:37 +0000)
ChangeLog
servconf.h

index c04f1281a0263604fd26d54a473dd63278f57a39..dd0ed9dc993dc6af8d1889345036038d358f2f4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
  - (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
index 3552bb11aa611d2672b3377219256fcd203319f0..55f2ee2874022387641b176c5ef978227a364ab1 100644 (file)
@@ -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 *);
This page took 0.043726 seconds and 5 git commands to generate.