From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 14:20:27 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1122B16A4B3 for ; Wed, 17 Sep 2003 14:20:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97843F3F for ; Wed, 17 Sep 2003 14:20:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8HLKNFY055386 for ; Wed, 17 Sep 2003 14:20:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8HLKNo1055384; Wed, 17 Sep 2003 14:20:23 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 17 Sep 2003 14:20:23 -0700 (PDT) Resent-Message-Id: <200309172120.h8HLKNo1055384@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julien Gabel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D0E16A4B3; Wed, 17 Sep 2003 14:19:49 -0700 (PDT) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C810B43FCB; Wed, 17 Sep 2003 14:19:48 -0700 (PDT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 18AB2241E1; Wed, 17 Sep 2003 23:19:47 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08786-03; Wed, 17 Sep 2003 23:19:46 +0200 (CEST) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.0.97]) by bento.thilelli.net (Postfix) with ESMTP id B85BD241A8; Wed, 17 Sep 2003 23:19:46 +0200 (CEST) Received: by titeuf.thilelli.net (Postfix, from userid 10000) id 734714386; Wed, 17 Sep 2003 23:19:46 +0200 (CEST) Message-Id: <20030917211946.734714386@titeuf.thilelli.net> Date: Wed, 17 Sep 2003 23:19:46 +0200 (CEST) From: Julien Gabel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: security-officer@FreeBSD.org Subject: docs/56963: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julien Gabel List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 21:20:27 -0000 >Number: 56963 >Category: docs >Synopsis: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 17 14:20:22 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Julien Gabel >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD titeuf.thilelli.net 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Wed Jun 18 22:54:45 CEST 2003 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 >Description: The FreeBSD-SA-03:12.openssh advisory contain a mistake on the proposed command line to restart the sshd daemon (patches version ; opposed to the make world version). [For OpenSSH included in the base system] >How-To-Repeat: Read: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A12.openssh.asc, and especially the V.2 section. >Fix: Change the actual command line: # (. /etc/rc.conf && ${sshd_program:-/usr/bin/sshd} ${sshd_flags}) To: # (. /etc/rc.conf && ${sshd_program:-/usr/sbin/sshd} ${sshd_flags}) >Release-Note: >Audit-Trail: >Unformatted: