[Bug 282966] security/openssh-portable: Tiny error in sshd_config(5)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Nov 2024 16:55:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282966

            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=/etc/ssh

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

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

Log in over SSH.

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

Cheers,
  Rob

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