summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-06-07 10:19:24 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 11:03:12 +0100
commit30337f8b66c66af6b368d1e3c789e75f1247176c (patch)
tree17e0b8652fea31c04faa19ffc4cd088552ee473a /servconf.h
parentaef2be11c5ea90bc66e774923e6570213e54c195 (diff)
parent39b8d128ef980a410bb1ea0ee80e95ac9fff59c3 (diff)
New upstream release (8.3p1)
Also update GSSAPI key exchange patch from https://github.com/openssh-gsskex/openssh-gsskex.
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