summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-06-16 07:56:20 +1000
committerDamien Miller <djm@mindrot.org>2008-06-16 07:56:20 +1000
commit307c1d10a78218fc2a67c3b285f90e701415004b (patch)
treec903a355d637bccb8fa6d764cbf10841fff25ee7 /sshd_config.5
parentc62a5af29ab1515f6093d84588f86a398e696a9a (diff)
downloadopenssh-git-307c1d10a78218fc2a67c3b285f90e701415004b.tar.gz
- dtucker@cvs.openbsd.org 2008/06/15 16:58:40
[servconf.c sshd_config.5] Allow MaxAuthTries within a Match block. ok djm@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.53
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 5ec007f1..0d41edf9 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.94 2008/06/15 16:55:38 dtucker Exp $
+.\" $OpenBSD: sshd_config.5,v 1.95 2008/06/15 16:58:40 dtucker Exp $
.Dd $Mdocdate: June 15 2008 $
.Dt SSHD_CONFIG 5
.Os
@@ -602,6 +602,7 @@ Available keywords are
.Cm HostbasedAuthentication ,
.Cm KbdInteractiveAuthentication ,
.Cm KerberosAuthentication ,
+.Cm MaxAuthTries ,
.Cm MaxSessions ,
.Cm PasswordAuthentication ,
.Cm PermitOpen ,