From owner-freebsd-security@FreeBSD.ORG Fri Jul 9 20:46:23 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D164716A4CE for ; Fri, 9 Jul 2004 20:46:23 +0000 (GMT) Received: from lili.theplanet.com (spooling.theplanet.com [69.56.141.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 714D643D45 for ; Fri, 9 Jul 2004 20:46:23 +0000 (GMT) (envelope-from jlinscott@theplanet.com) Received: (qmail 27924 invoked from network); 9 Jul 2004 20:46:23 -0000 Received: from unknown (HELO mail.theplanet.com) (172.16.214.110) by lili.theplanet.com with SMTP; 9 Jul 2004 20:46:22 -0000 Received: from spyglass.dllstx2.theplanet.com ([12.96.160.84] helo=jjlinscott) by mail.theplanet.com with esmtp (Exim 4.34) id 1Bj2GE-0001Db-GO; Fri, 09 Jul 2004 15:46:22 -0500 From: "Jacob Linscott" To: "'Dan Langille'" Date: Fri, 9 Jul 2004 15:46:22 -0500 Message-ID: <003c01c465f5$cb516ac0$30dc10ac@theplanet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <40EECA19.3925.EDD9BBEB@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: freebsd-security@freebsd.org Subject: RE: bash as a login shell (was Root users shell == no existant shell/bin/bash) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 20:46:23 -0000 Something I found long ago was adding this line to your root's .cshrc [ -x /usr/local/bin/bash ] && exec /usr/local/bin/bash That way you don't have to mess with changing the shell, and yet you get bash on login. This make it sound like you find it very bothersome to login and type 'bash' (or whatever), to give yourself the shell you want. Is that so?