SSHD_config question

Knapp magick.crow at gmail.com
Thu Aug 14 09:39:17 UTC 2008


Subject: SSHD_config question
MaxStartups

Specifies the maximum number of concurrent unauthenticated connections to
the SSH daemon. Additional connections will be dropped until authentication
succeeds or the LoginGraceTime expires for a connection. The default is 10.

Alternatively, random early drop can be enabled by specifying the three
colon separated values "start:rate:full" (e.g. "10:30:60"). sshd(8) will
refuse connection attempts with a probability of "rate/100" (30%) if there
are currently "start" (10) unauthenticated connections. The probability
increases linearly and all connection attempts are refused if the number of
unauthenticated connections reaches "full" (60).

What the heck does this mean???? it is from the Man command.
The first one I think I understand. No more than X people can be doing
sign-in at the same time, right? But the second??? Why do we need it? What
does it do?

Thanks

-- 
Douglas E Knapp

http://sf-journey-creations.wikispot.org/Front_Page
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20080814/bf467281/attachment.html>


More information about the ubuntu-users mailing list