diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2021-02-27 23:42:38 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2021-02-27 23:42:38 +0000 |
commit | 54cd831e918eb239e114c5ceb01fbc89f0f00b0e (patch) | |
tree | 56be0e47faf0a467a4f98c1a295cafa7ed4f5354 /usr.bin | |
parent | 0b33db4c997c36fc50d91aa107435bf94d94af69 (diff) |
fix alphabetic ordering of options; spotted by Iain Morgan
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index ae4f7210e7f..b84916c456c 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -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.327 2021/02/23 21:55:08 djm Exp $ -.Dd $Mdocdate: February 23 2021 $ +.\" $OpenBSD: sshd_config.5,v 1.328 2021/02/27 23:42:37 djm Exp $ +.Dd $Mdocdate: February 27 2021 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1430,13 +1430,6 @@ Specifies whether any file is executed. The default is .Cm yes . -.It Cm PidFile -Specifies the file that contains the process ID of the -SSH daemon, or -.Cm none -to not write one. -The default is -.Pa /var/run/sshd.pid . .It Cm PerSourceMaxStartups Specifies the number of unauthenticated connections allowed from a given source address, or @@ -1454,6 +1447,13 @@ Values for IPv4 and optionally IPv6 may be specified, separated by a colon. The default is .Cm 32:128 , which means each address is considered individually. +.It Cm PidFile +Specifies the file that contains the process ID of the +SSH daemon, or +.Cm none +to not write one. +The default is +.Pa /var/run/sshd.pid . .It Cm Port Specifies the port number that .Xr sshd 8 |