conf/161710: SSHD starts on boot even if sshd_enable=" NO" in 8.2

Dimitry Andric dim at FreeBSD.org
Sat Oct 29 13:32:09 UTC 2011


On 2011-10-29 02:10, John Blazek wrote:
> The following reply was made to PR conf/161710; it has been noted by GNATS.
>
> From: John Blazek<freebsd.org at logicalsolutns.com>
> To: Dimitry Andric<dim at FreeBSD.org>
> Cc: bug-followup at FreeBSD.org,d at delphij.net
> Subject: Re: conf/161710: SSHD starts on boot even if
>    sshd_enable=&quot;NO&quot; in 8.2
> Date: Fri, 28 Oct 2011 19:05:22 -0500
>
>   Hello,
>
>   As you predicted, the patch resolved the dual sshd startup:
>
>
>   [root at kahlua]:[~]# sockstat | grep ssh
>   root     sshd       55696 2  tcp4   192.168.3.134:2220    192.168.3.142:1089
>   root     sshd       55696 3  tcp4   192.168.3.134:2220    192.168.3.142:1089
>   root     sshd       55696 4  tcp4   192.168.3.134:2220    192.168.3.142:1089
>   root     sshd       8361  3  tcp6   *:22200               *:*
>   root     sshd       8361  4  tcp4   *:22200               *:*
>
>
>   Thanks again.
>
>   Sorry for making you find something that had already been fixed.

No problem, glad there is a reasonably simple solution.


>   I guess there is no good way to add that patch to the next 8.2-px ?

As far as I know, only security problems get patched in the release
versions.  It will end up in 8.3-RELEASE eventually, though I have no
idea when that is planned; the release engineering team is very busy on
9.0 at the moment. :)

For now, you will just need to apply the fix locally.


More information about the freebsd-rc mailing list