mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2004/06/26 09:14:40
[sshd_config.5] new sentence, new line;
This commit is contained in:
parent
2234bac999
commit
26213e556b
|
@ -10,6 +10,9 @@
|
||||||
- jmc@cvs.openbsd.org 2004/06/26 09:11:14
|
- jmc@cvs.openbsd.org 2004/06/26 09:11:14
|
||||||
[ssh_config.5]
|
[ssh_config.5]
|
||||||
punctuation and grammar fixes. also, keep the options in order.
|
punctuation and grammar fixes. also, keep the options in order.
|
||||||
|
- jmc@cvs.openbsd.org 2004/06/26 09:14:40
|
||||||
|
[sshd_config.5]
|
||||||
|
new sentence, new line;
|
||||||
|
|
||||||
20040627
|
20040627
|
||||||
- (tim) update README files.
|
- (tim) update README files.
|
||||||
|
@ -1456,4 +1459,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3460 2004/06/30 12:38:52 djm Exp $
|
$Id: ChangeLog,v 1.3461 2004/06/30 12:39:34 djm Exp $
|
||||||
|
|
|
@ -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_config.5,v 1.34 2004/06/13 14:01:42 dtucker Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.35 2004/06/26 09:14:40 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -416,8 +416,10 @@ The default is
|
||||||
.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
|
.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
|
||||||
.It Cm MaxAuthTries
|
.It Cm MaxAuthTries
|
||||||
Specifies the maximum number of authentication attempts permitted per
|
Specifies the maximum number of authentication attempts permitted per
|
||||||
connection. Once the number of failures reaches half this value, additional
|
connection.
|
||||||
failures are logged. The default is 6.
|
Once the number of failures reaches half this value,
|
||||||
|
additional failures are logged.
|
||||||
|
The default is 6.
|
||||||
.It Cm MaxStartups
|
.It Cm MaxStartups
|
||||||
Specifies the maximum number of concurrent unauthenticated connections to the
|
Specifies the maximum number of concurrent unauthenticated connections to the
|
||||||
.Nm sshd
|
.Nm sshd
|
||||||
|
|
Loading…
Reference in New Issue