From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 13 10:39:36 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D1F90AD8 for ; Sun, 13 Jan 2013 10:39:36 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4F938F3B for ; Sun, 13 Jan 2013 10:39:36 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id r0DAdXlg008966 for ; Sun, 13 Jan 2013 11:39:33 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id r0DAdXbt008963 for ; Sun, 13 Jan 2013 11:39:33 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2013 11:39:33 +0100 (CET) From: Wojciech Puchar To: freebsd-hackers@freebsd.org Subject: /etc/pam.d help Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Sun, 13 Jan 2013 11:39:33 +0100 (CET) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 10:39:36 -0000 i never really understood PAM and would be much happier if it won't be included at all, but i need to allow root login by password with rlogin and rsh. I am not interested in comments like "this is insecure" because it depends. For me it is secure - over my own LAN or encrypted tunnel. What to change in /etc/pam.d to allow rlogin and rsh to work with keyboard typed password when logging as root. i can go passwordless with .rhosts but this is not what i want. Thanks for help!