summaryrefslogtreecommitdiff
path: root/files/denyhosts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/denyhosts.conf')
-rw-r--r--files/denyhosts.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/denyhosts.conf b/files/denyhosts.conf
index 5780ea0..d17ddab 100644
--- a/files/denyhosts.conf
+++ b/files/denyhosts.conf
@@ -131,7 +131,7 @@ DENY_THRESHOLD_VALID = 10
# login attempts has exceeded this value. This value applies to
# "root" user login attempts only.
#
-DENY_THRESHOLD_ROOT = 10
+DENY_THRESHOLD_ROOT = 3
#
#######################################################################
@@ -142,7 +142,7 @@ DENY_THRESHOLD_ROOT = 10
# login attempts has exceeded this value. This value applies to
# usernames that appear in the WORK_DIR/restricted-usernames file only.
#
-DENY_THRESHOLD_RESTRICTED = 10
+DENY_THRESHOLD_RESTRICTED = 3
#
#######################################################################