summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd_config.5
diff options
context:
space:
mode:
authordtucker <dtucker@openbsd.org>2008-06-15 16:58:40 +0000
committerdtucker <dtucker@openbsd.org>2008-06-15 16:58:40 +0000
commit4be00222852406222f20722c80e8555f2956bd37 (patch)
tree40c26eb08aa8e0868547d70c98751c811ec73e35 /usr.bin/ssh/sshd_config.5
parentMaxSessions is allowed in a Match block too (diff)
downloadwireguard-openbsd-4be00222852406222f20722c80e8555f2956bd37.tar.xz
wireguard-openbsd-4be00222852406222f20722c80e8555f2956bd37.zip
Allow MaxAuthTries within a Match block. ok djm@
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r--usr.bin/ssh/sshd_config.53
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 8aa97322ee0..2a8e2d38433 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/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 ,