From owner-freebsd-stable Thu Jul 11 5:28:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D1037B400 for ; Thu, 11 Jul 2002 05:28:17 -0700 (PDT) Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D77F43E64 for ; Thu, 11 Jul 2002 05:28:16 -0700 (PDT) (envelope-from freymann@scaryg.shacknet.nu) Received: from scaryg.shacknet.nu ([64.231.132.25]) by tomts7-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020711122756.IQKI18351.tomts7-srv.bellnexxia.net@scaryg.shacknet.nu>; Thu, 11 Jul 2002 08:27:56 -0400 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.36 #1) id 17Scya-0006S5-00; Thu, 11 Jul 2002 08:23:16 -0400 Date: Thu, 11 Jul 2002 08:23:16 -0400 From: ScaryG To: "Allan McDonald" Cc: stable@FreeBSD.org Subject: Re: ssh to remote machines problem after cvsup Message-Id: <20020711082316.51bd2ac5.freymann@scaryg.shacknet.nu> In-Reply-To: <0F08B228C722D311B5FC00A0C9FB2C7322B4D9@casserver.ozdaq.com.au> References: <0F08B228C722D311B5FC00A0C9FB2C7322B4D9@casserver.ozdaq.com.au> X-Mailer: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 11 Jul 2002 09:24:50 +1000 "Allan McDonald" wrote: > since I have upgraded a box from 4.3 to 4.6 and since then can't ssh > into it. > It appears that PAM is now installed, but that could my > misinterpretation I have tried to see how to uninstall pam, but couldn't > find it easily. Sounds like you didn't read /usr/src/UPDATING. I'm not sure when PAM became a part of the base system, but I do recall tons of problems with early 4.x releases when people forgot this: 20010112: Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version. This requires adding the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd auth required pam_permit.so My suggestion is to check that your copy of /etc/pam.conf contains those lines. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Scary Gerry -- Senior Systems Manager freymann@scaryg.shacknet.nu -For web-hosting, DNS Services or PHP & MySql programming see www.interpool.ca -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message