Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 16:55:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 282966] security/openssh-portable: Tiny error in sshd_config(5)
Message-ID:  <bug-282966-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282966

            Bug ID: 282966
           Summary: security/openssh-portable: Tiny error in
                    sshd_config(5)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bdrewery@FreeBSD.org
          Reporter: freebsd@ohreally.nl
             Flags: maintainer-feedback?(bdrewery@FreeBSD.org)
          Assignee: bdrewery@FreeBSD.org

Hi,

Tiny error in the sshd_config(5) man page.

For the Include keyword, the man page says "Files without absolute paths are
assumed to be in /etc/ssh.". This should be /usr/local/etc/ssh.
Confirmed as follows:

/etc/ssh/includetest.conf:
  SetEnv INCLUDE_TEST=3D/etc/ssh

/usr/local/etc/ssh/includetest.conf:
  SetEnv INCLUDE_TEST=3D/usr/local/etc/ssh

/usr/local/etc/ssh/sshd_config:
  Include includetest.conf

Log in over SSH.

> env | grep INCLUDE_TEST
INCLUDE_TEST=3D/usr/local/etc/ssh

Cheers,
  Rob

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282966-7788>