]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: separate keywords with comma
authornaddy@openbsd.org <naddy@openbsd.org>
Thu, 13 Jun 2024 15:06:33 +0000 (15:06 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 14 Jun 2024 00:27:33 +0000 (10:27 +1000)
OpenBSD-Commit-ID: d65a99666202a8188c4991c18d14374a229f7be5

sshd_config.5

index 550c11cc978ca7c7aa08ef92947523df2d671b70..11c341a9dbab039b1cc6a4042991dba3ab6680d9 100644 (file)
@@ -33,8 +33,8 @@
 .\" (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.361 2024/06/12 22:36:00 djm Exp $
-.Dd $Mdocdate: June 12 2024 $
+.\" $OpenBSD: sshd_config.5,v 1.362 2024/06/13 15:06:33 naddy Exp $
+.Dd $Mdocdate: June 13 2024 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -1603,7 +1603,7 @@ Repeated penalties will accumulate up to this maximum.
 .It Cm min:duration
 Specifies the minimum penalty that must accrue before enforcement begins
 (default: 15s).
-.It Cm max-sources4:number max-sources6:number
+.It Cm max-sources4:number max-sources6:number
 Specifies the maximum number of client IPv4 and IPv6 address ranges to
 track for penalties (default: 65536 for both).
 .It Cm overflow:mode