summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2004-05-23 23:59:54 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2004-05-23 23:59:54 +0000
commit61971900f6626ea5e57221d2e6eca4a6d655b278 (patch)
tree60a4f1c5f3eb451b0ea155d6f6ed4aca080722ff /usr.bin/ssh/auth.h
parentad14f868f9139930b0b71354b055d2a67db29e7c (diff)
Add MaxAuthTries sshd config option; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth.h')
-rw-r--r--usr.bin/ssh/auth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h
index e45137bdce8..816cc6a0bed 100644
--- a/usr.bin/ssh/auth.h
+++ b/usr.bin/ssh/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.49 2004/01/30 09:48:57 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.50 2004/05/23 23:59:53 dtucker Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -170,8 +170,6 @@ void auth_debug_reset(void);
struct passwd *fakepw(void);
-#define AUTH_FAIL_MAX 6
-#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
#define SKEY_PROMPT "\nS/Key Password: "