summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshd_config
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-01-13 07:57:43 +0000
committergreen <green@FreeBSD.org>2001-01-13 07:57:43 +0000
commit759414f218cbac7e3bb7e789f8f86f917cd37003 (patch)
tree8dbd2b92483e766f79ff613962f32160ea08a0e4 /crypto/openssh/sshd_config
parent6fe7969777574eae0f91d775660053f08763cbd2 (diff)
downloadFreeBSD-src-759414f218cbac7e3bb7e789f8f86f917cd37003.zip
FreeBSD-src-759414f218cbac7e3bb7e789f8f86f917cd37003.tar.gz
/Really/ deprecate ConnectionsPerPeriod, ripping out the code for it
and giving a dire error to its lingering users.
Diffstat (limited to 'crypto/openssh/sshd_config')
-rw-r--r--crypto/openssh/sshd_config3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 13fb265..7da9ce7 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -12,8 +12,7 @@ ServerKeyBits 768
LoginGraceTime 120
KeyRegenerationInterval 3600
PermitRootLogin no
-# Deprecated: rate-limit sshd connections to 5 connections per 10 seconds
-# ConnectionsPerPeriod 5/10
+# ConnectionsPerPeriod has been deprecated completely
# After 10 unauthenticated connections, refuse 30% of the new ones, and
# refuse any more than 60 total.
OpenPOWER on IntegriCloud