From owner-freebsd-doc@freebsd.org Mon Jul 20 19:02:45 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D13099A68F3 for ; Mon, 20 Jul 2015 19:02:45 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.dckd.nl (positron.dckd.nl [IPv6:2a02:898:62:f6::63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C36A1DEF for ; Mon, 20 Jul 2015 19:02:45 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from [192.168.178.228] (5ED24C08.cm-7-3b.dynamic.ziggo.nl [94.210.76.8]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by positron.dckd.nl (Postfix) with ESMTPSA id C6346260AC for ; Mon, 20 Jul 2015 19:02:39 +0200 (CEST) From: Jeroen van der Ham Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Serial console documentation correction Message-Id: Date: Mon, 20 Jul 2015 21:02:13 +0200 To: freebsd-doc@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 19:02:45 -0000 Hi, The page https://www.freebsd.org/doc/handbook/serialconsole-setup.html = contains the phrase: > =E2=80=A2 Edit /etc/ttys and change off to on and dialup to = vt100 for the ttyu0 entry. Otherwise, a password will not be required to = connect via the serial console, resulting in a potential security hole. This is not correct anymore for the latest release, and even then it is = not the best way to describe what should be done. Better would be to = state what the line should be so that it is immediately clear what has = to happen. The latest Release now has the following line in /etc/ttys: > ttyu0 "/usr/libexec/getty std.9600" vt100 onifconsole secure This does not even need any changing. Regards, Jeroen.=