diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-02-28 00:42:37 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-02-28 00:54:19 +0100 |
commit | 351c5dbbd74ce300c4f058112f9731c867c6e225 (patch) | |
tree | d253e077dc380897833b9f8aa3994ec5eef35639 /sshd_config.5 | |
parent | zlib is now optional. (diff) | |
download | openssh-351c5dbbd74ce300c4f058112f9731c867c6e225.tar.xz openssh-351c5dbbd74ce300c4f058112f9731c867c6e225.zip |
upstream: fix alphabetic ordering of options; spotted by Iain Morgan
OpenBSD-Commit-ID: f955fec617d74af0feb5b275831a9fee813d7ad5
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index c7e360fb4..3db9353c9 100644 --- a/sshd_config.5 +++ b/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 @@ -1428,13 +1428,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 @@ -1452,6 +1445,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 |