From owner-svn-src-all@FreeBSD.ORG Thu Sep 4 02:14:57 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE39B3DB; Thu, 4 Sep 2014 02:14:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 AA30119C3; Thu, 4 Sep 2014 02:14:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s842EvoL012210; Thu, 4 Sep 2014 02:14:57 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s842Evg9012209; Thu, 4 Sep 2014 02:14:57 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201409040214.s842Evg9012209@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 4 Sep 2014 02:14:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r271081 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 02:14:57 -0000 Author: gjb Date: Thu Sep 4 02:14:57 2014 New Revision: 271081 URL: http://svnweb.freebsd.org/changeset/base/271081 Log: Document r262566, sshd(8) startup script creates ed25519 keys if ENOENT on startup. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Sep 4 02:14:55 2014 (r271080) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Sep 4 02:14:57 2014 (r271081) @@ -1216,6 +1216,11 @@ The &man.rc.8; restriction requiring &man.mdconfig.8; devices defined in &man.rc.conf.5; to be listed sequentially has been removed. + + The &man.sshd.8; &man.rc.d.8; startup + script now generates ED25519 &man.sshd.8; + host keys if keys do not already exist when + ssh_keygen_alg() is invoked.