summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-10-12 18:11:56 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-10-12 18:11:56 +0000
commitc6acf01d5070cf18e4aa1d15c1476b2f50143fb7 (patch)
treecd24e0093b6c8c01c11cd2b086cb4df56374d442 /usr.bin/ssh/servconf.h
parent51e7429fa8a4ccf2297e598d0f1b8cae4c53436c (diff)
SilentDeny, don't log/answer refused connections, deraadt@
Diffstat (limited to 'usr.bin/ssh/servconf.h')
-rw-r--r--usr.bin/ssh/servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h
index 7a30201a68f..bed11326ec7 100644
--- a/usr.bin/ssh/servconf.h
+++ b/usr.bin/ssh/servconf.h
@@ -13,7 +13,7 @@ Definitions for server configuration data and for the functions reading it.
*/
-/* RCSID("$Id: servconf.h,v 1.8 1999/10/11 21:48:29 markus Exp $"); */
+/* RCSID("$Id: servconf.h,v 1.9 1999/10/12 18:11:54 markus Exp $"); */
#ifndef SERVCONF_H
#define SERVCONF_H
@@ -64,6 +64,7 @@ typedef struct
#endif
int permit_empty_passwd; /* If false, do not permit empty passwords. */
int use_login; /* If true, login(1) is used */
+ int silent_deny; /* If true, do not complain to denied hosts */
unsigned int num_allow_hosts;
char *allow_hosts[MAX_ALLOW_HOSTS];
unsigned int num_deny_hosts;