diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-24 02:36:23 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-24 02:36:23 +0200 |
commit | 89413dbafa5a5f237ba1040b74e6437b8b1ff1e0 (patch) | |
tree | 0436722462ae48880fa96b00d31f45caa6bf4ea5 /sshd_config.5 | |
parent | - jmc@cvs.openbsd.org 2004/05/22 16:01:05 (diff) | |
download | openssh-89413dbafa5a5f237ba1040b74e6437b8b1ff1e0.tar.xz openssh-89413dbafa5a5f237ba1040b74e6437b8b1ff1e0.zip |
- dtucker@cvs.openbsd.org 2004/05/23 23:59:53
[auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config sshd_config.5]
Add MaxAuthTries sshd config option; ok markus@
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 05558c569..8edaf030c 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.32 2004/04/28 07:02:56 jmc Exp $ +.\" $OpenBSD: sshd_config.5,v 1.33 2004/05/23 23:59:53 dtucker Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 .Os @@ -402,6 +402,10 @@ for data integrity protection. Multiple algorithms must be comma-separated. The default is .Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 . +.It Cm MaxAuthTries +Specifies the maximum number of authentication attempts permitted per +connection. Once the number of failures reaches half this value, additional +failures are logged. The default is 6. .It Cm MaxStartups Specifies the maximum number of concurrent unauthenticated connections to the .Nm sshd |