Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 23:19:46 +0200 (CEST)
From:      Julien Gabel <jpeg@thilelli.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        security-officer@FreeBSD.org
Subject:   docs/56963: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory.
Message-ID:  <20030917211946.734714386@titeuf.thilelli.net>
Resent-Message-ID: <200309172120.h8HLKNo1055384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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