- stevesk@cvs.openbsd.org 2001/01/28 20:43:25
[sshd.8] spelling. ok markus@
This commit is contained in:
parent
c12a6b7066
commit
a73335004e
10
ChangeLog
10
ChangeLog
|
@ -14,12 +14,15 @@
|
||||||
[readconf.c ssh.1]
|
[readconf.c ssh.1]
|
||||||
``StrictHostKeyChecking ask'' documentation and small cleanup.
|
``StrictHostKeyChecking ask'' documentation and small cleanup.
|
||||||
ok markus@
|
ok markus@
|
||||||
- stevesk@cvs.openbsd.org 2001/01/28 22:27:05
|
- stevesk@cvs.openbsd.org 2001/01/28 20:43:25
|
||||||
[authfile.c]
|
[sshd.8]
|
||||||
spelling. use sizeof vs. strlen(). ok markus@
|
spelling. ok markus@
|
||||||
- stevesk@cvs.openbsd.org 2001/01/28 20:53:21
|
- stevesk@cvs.openbsd.org 2001/01/28 20:53:21
|
||||||
[xmalloc.c]
|
[xmalloc.c]
|
||||||
use size_t for strlen() return. ok markus@
|
use size_t for strlen() return. ok markus@
|
||||||
|
- stevesk@cvs.openbsd.org 2001/01/28 22:27:05
|
||||||
|
[authfile.c]
|
||||||
|
spelling. use sizeof vs. strlen(). ok markus@
|
||||||
- niklas@cvs.openbsd.org 2001/01/29 1:59:14
|
- niklas@cvs.openbsd.org 2001/01/29 1:59:14
|
||||||
[atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
|
[atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
|
||||||
groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
|
groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
|
||||||
|
@ -29,7 +32,6 @@
|
||||||
sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
|
sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
|
||||||
$OpenBSD$
|
$OpenBSD$
|
||||||
|
|
||||||
|
|
||||||
20010126
|
20010126
|
||||||
- (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
|
- (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
|
||||||
Petrov <roumen.petrov@skalasoft.com>
|
Petrov <roumen.petrov@skalasoft.com>
|
||||||
|
|
6
sshd.8
6
sshd.8
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.85 2001/01/28 10:37:25 markus Exp $
|
.\" $OpenBSD: sshd.8,v 1.86 2001/01/28 20:43:25 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -515,14 +515,14 @@ the three colon separated values
|
||||||
.Dq start:rate:full
|
.Dq start:rate:full
|
||||||
(e.g., "10:30:60").
|
(e.g., "10:30:60").
|
||||||
.Nm
|
.Nm
|
||||||
will refuse connection attempts with a probabillity of
|
will refuse connection attempts with a probability of
|
||||||
.Dq rate/100
|
.Dq rate/100
|
||||||
(30%)
|
(30%)
|
||||||
if there are currently
|
if there are currently
|
||||||
.Dq start
|
.Dq start
|
||||||
(10)
|
(10)
|
||||||
unauthenticated connections.
|
unauthenticated connections.
|
||||||
The probabillity increases linearly and all connection attempts
|
The probability increases linearly and all connection attempts
|
||||||
are refused if the number of unauthenticated connections reaches
|
are refused if the number of unauthenticated connections reaches
|
||||||
.Dq full
|
.Dq full
|
||||||
(60).
|
(60).
|
||||||
|
|
Loading…
Reference in New Issue