summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 584935bad..e16f3d044 100644
--- a/servconf.h
+++ b/servconf.h
@@ -13,7 +13,7 @@ Definitions for server configuration data and for the functions reading it.
13 13
14*/ 14*/
15 15
16/* RCSID("$Id: servconf.h,v 1.2 1999/11/11 06:57:40 damien Exp $"); */ 16/* RCSID("$Id: servconf.h,v 1.3 1999/11/12 00:33:04 damien Exp $"); */
17 17
18#ifndef SERVCONF_H 18#ifndef SERVCONF_H
19#define SERVCONF_H 19#define SERVCONF_H
@@ -33,6 +33,7 @@ typedef struct
33 int key_regeneration_time; /* Server key lifetime (seconds). */ 33 int key_regeneration_time; /* Server key lifetime (seconds). */
34 int permit_root_login; /* If true, permit root login. */ 34 int permit_root_login; /* If true, permit root login. */
35 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ 35 int ignore_rhosts; /* Ignore .rhosts and .shosts. */
36 int ignore_user_known_hosts; /* Ignore ~/.ssh/known_hosts for RhostsRsaAuth */
36 int print_motd; /* If true, print /etc/motd. */ 37 int print_motd; /* If true, print /etc/motd. */
37 int check_mail; /* If true, check for new mail. */ 38 int check_mail; /* If true, check for new mail. */
38 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ 39 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */