diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-06-11 05:24:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-06-11 05:24:40 +0000 |
commit | ab625501ac84fd6752525e25ceb7d634c72ed49c (patch) | |
tree | 8458c31056d7c11f27ee4c261e39c18c1a948773 | |
parent | 9601bc051083bbeb7422070cbb962074cad285a8 (diff) |
do not mark up "(default: 20ms)";
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 7b2c822d165..390cf9804d8 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,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.359 2024/06/11 01:07:35 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.360 2024/06/11 05:24:39 jmc Exp $ .Dd $Mdocdate: June 11 2024 $ .Dt SSHD_CONFIG 5 .Os @@ -1595,7 +1595,8 @@ scanning tools such as .Xr ssh-keyscan 1 . .It Cm grace-exceeded:duration Specifies how long to refuse clients that fail to authenticate after -.Cm LoginGraceTime (default: 20s). +.Cm LoginGraceTime +(default: 20s). .It Cm max:duration Specifies the maximum time a particular source address range will be refused access for (default: 10m). |