summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 5aadeafe9..1aad0fc88 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.85 2001/01/28 10:37:25 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.86 2001/01/28 20:43:25 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -515,14 +515,14 @@ the three colon separated values
515.Dq start:rate:full 515.Dq start:rate:full
516(e.g., "10:30:60"). 516(e.g., "10:30:60").
517.Nm 517.Nm
518will refuse connection attempts with a probabillity of 518will refuse connection attempts with a probability of
519.Dq rate/100 519.Dq rate/100
520(30%) 520(30%)
521if there are currently 521if there are currently
522.Dq start 522.Dq start
523(10) 523(10)
524unauthenticated connections. 524unauthenticated connections.
525The probabillity increases linearly and all connection attempts 525The probability increases linearly and all connection attempts
526are refused if the number of unauthenticated connections reaches 526are refused if the number of unauthenticated connections reaches
527.Dq full 527.Dq full
528(60). 528(60).