]> andersk Git - openssh.git/blobdiff - servconf.h
[buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-(
[openssh.git] / servconf.h
index 1c6296acc53a8c4755f73af1b7ab42c88973a92b..36d2e5ca69ffdb42754b01e006d296b7cebc22ec 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.68 2004/04/27 09:46:37 djm Exp $       */
+/*     $OpenBSD: servconf.h,v 1.69 2004/05/23 23:59:53 dtucker Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -33,6 +33,7 @@
 #define        PERMIT_NO_PASSWD        2
 #define        PERMIT_YES              3
 
+#define DEFAULT_AUTH_FAIL_MAX  6       /* Default for MaxAuthTries */
 
 typedef struct {
        u_int num_ports;
@@ -114,6 +115,7 @@ typedef struct {
        int     max_startups_begin;
        int     max_startups_rate;
        int     max_startups;
+       int     max_authtries;
        char   *banner;                 /* SSH-2 banner message */
        int     use_dns;
        int     client_alive_interval;  /*
This page took 0.03294 seconds and 4 git commands to generate.