diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-04-15 00:30:19 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-04-15 11:16:11 +1000 |
commit | dc7990be865450574c7940c9880567f5d2555b37 (patch) | |
tree | 1e36b3a59b4a22b6bd649cadb6118193287d8420 /readconf.h | |
parent | 85bdcd7c92fe7ff133bbc4e10a65c91810f88755 (diff) |
upstream commit
Include directive for ssh_config(5); feedback & ok markus@
Upstream-ID: ae3b76e2e343322b9f74acde6f1e1c5f027d5fff
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index c84d068bd..5f4451066 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.113 2016/01/14 16:17:40 markus Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.114 2016/04/15 00:30:19 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -179,6 +179,7 @@ typedef struct { | |||
179 | #define SSHCONF_CHECKPERM 1 /* check permissions on config file */ | 179 | #define SSHCONF_CHECKPERM 1 /* check permissions on config file */ |
180 | #define SSHCONF_USERCONF 2 /* user provided config file not system */ | 180 | #define SSHCONF_USERCONF 2 /* user provided config file not system */ |
181 | #define SSHCONF_POSTCANON 4 /* After hostname canonicalisation */ | 181 | #define SSHCONF_POSTCANON 4 /* After hostname canonicalisation */ |
182 | #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ | ||
182 | 183 | ||
183 | #define SSH_UPDATE_HOSTKEYS_NO 0 | 184 | #define SSH_UPDATE_HOSTKEYS_NO 0 |
184 | #define SSH_UPDATE_HOSTKEYS_YES 1 | 185 | #define SSH_UPDATE_HOSTKEYS_YES 1 |