]> andersk Git - openssh.git/blobdiff - servconf.h
- markus@cvs.openbsd.org 2001/05/20 17:20:36
[openssh.git] / servconf.h
index a319a5c69ae37121d311e25973d6eec977d1f252..2bf19fb3b790c495289a2b346226254f4533bf1e 100644 (file)
@@ -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,8 @@ 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 */
        int     pam_authentication_via_kbd_int;
 }       ServerOptions;
 /*
This page took 0.032449 seconds and 4 git commands to generate.