summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 3fa05fcac..5a2b60512 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.143 2020/01/31 22:42:45 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.144 2020/04/17 03:30:05 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -38,6 +38,11 @@
38#define PERMITOPEN_ANY 0 38#define PERMITOPEN_ANY 0
39#define PERMITOPEN_NONE -2 39#define PERMITOPEN_NONE -2
40 40
41/* IgnoreRhosts */
42#define IGNORE_RHOSTS_NO 0
43#define IGNORE_RHOSTS_YES 1
44#define IGNORE_RHOSTS_SHOSTS 2
45
41#define DEFAULT_AUTH_FAIL_MAX 6 /* Default for MaxAuthTries */ 46#define DEFAULT_AUTH_FAIL_MAX 6 /* Default for MaxAuthTries */
42#define DEFAULT_SESSIONS_MAX 10 /* Default for MaxSessions */ 47#define DEFAULT_SESSIONS_MAX 10 /* Default for MaxSessions */
43 48