From owner-svn-src-projects@FreeBSD.ORG Sat Jul 11 00:32:26 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65404106564A; Sat, 11 Jul 2009 00:32:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 53EAB8FC16; Sat, 11 Jul 2009 00:32:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6B0WQ0k036978; Sat, 11 Jul 2009 00:32:26 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6B0WQ8o036976; Sat, 11 Jul 2009 00:32:26 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200907110032.n6B0WQ8o036976@svn.freebsd.org> From: Sam Leffler Date: Sat, 11 Jul 2009 00:32:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195601 - projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 00:32:26 -0000 Author: sam Date: Sat Jul 11 00:32:26 2009 New Revision: 195601 URL: http://svn.freebsd.org/changeset/base/195601 Log: enable root login w/o passwd (only on this branch) Modified: projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config Modified: projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config ============================================================================== --- projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config Fri Jul 10 23:52:56 2009 (r195600) +++ projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config Sat Jul 11 00:32:26 2009 (r195601) @@ -90,7 +90,7 @@ ChallengeResponseAuthentication no # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and ChallengeResponseAuthentication to 'no'. -#UsePAM yes +UsePAM no #AllowAgentForwarding yes #AllowTcpForwarding yes