summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenno@openbsd.org <benno@openbsd.org>2017-10-09 20:12:51 +0000
committerDamien Miller <djm@mindrot.org>2017-10-20 12:01:03 +1100
commitcfa46825b5ef7097373ed8e31b01a4538a8db565 (patch)
tree634072be957412211452135a505335179141504a
parentdceabc7ad7ebc7769c8214a1647af64c9a1d92e5 (diff)
upstream commit
clarify the order in which config statements are used. ok jmc@ djm@ Upstream-ID: e37e27bb6bbac71315e22cb9690fd8a556a501ed
-rw-r--r--sshd_config.55
1 files changed, 3 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 251b7467f..7e3a2dbfa 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.253 2017/09/27 06:45:53 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.254 2017/10/09 20:12:51 benno Exp $
37.Dd $Mdocdate: September 27 2017 $ 37.Dd $Mdocdate: October 9 2017 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -48,6 +48,7 @@ reads configuration data from
48.Fl f 48.Fl f
49on the command line). 49on the command line).
50The file contains keyword-argument pairs, one per line. 50The file contains keyword-argument pairs, one per line.
51For each keyword, the first obtained value will be used.
51Lines starting with 52Lines starting with
52.Ql # 53.Ql #
53and empty lines are interpreted as comments. 54and empty lines are interpreted as comments.