From owner-freebsd-questions Wed Mar 21 14:11: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rodney.cnchost.com (rodney.concentric.net [207.155.252.4]) by hub.freebsd.org (Postfix) with ESMTP id A20E837B71F for ; Wed, 21 Mar 2001 14:11:00 -0800 (PST) (envelope-from praxis@techpraxis.com) Received: from [64.221.116.130] ([64.221.116.130]) by rodney.cnchost.com id RAA02384; Wed, 21 Mar 2001 17:10:59 -0500 (EST) [ConcentricHost SMTP Relay 1.10] User-Agent: Microsoft-Entourage/9.0.2509 Date: Wed, 21 Mar 2001 14:10:59 -0800 Subject: Re: Setting up SSHd From: Forrest To: FreeBSD Questions Message-ID: In-Reply-To: <3AB8D66D.30037.103C8A3@localhost> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 3/21/01 1:27 PM, "gardhy@usvisanews.com" is said to have spake: > Can anybody help me with this problem? Everytime I try to do > remote logins, I get an authentification error remotely, and the > following error on the server. Would anyone know how I could go > about correcting this problem? Thanks. > > bermuda sshd[11456]: no modules loaded for `sshd' service > > ~ Gardhy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Gardhy, this sounds like a PAM (password authentication modules) problem. Try adding the following to your /etc/pam.conf file: sshd auth sufficient pam_skey.so try_first_pass sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Cheers Forrest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message