summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-07-04 18:37:20 +0000
committerKevin Steves <stevesk@pobox.com>2001-07-04 18:37:20 +0000
commite468de65258b547cc113e822b9708d408aeb1310 (patch)
treefb48032b3fb9ded17df63a47d6cbd62f460bcde7 /servconf.h
parent27fd19291af95ae39d705eee4975d40cfb47b3ec (diff)
downloadopenssh-git-e468de65258b547cc113e822b9708d408aeb1310.tar.gz
- (stevesk) sync servconf.h (comments)
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h6
1 files changed, 4 insertions, 2 deletions
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 *);