From owner-freebsd-questions Thu Mar 1 4: 4:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 75CFC37B719 for ; Thu, 1 Mar 2001 04:04:54 -0800 (PST) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 2746C32E7A; Thu, 1 Mar 2001 12:04:52 +0000 (GMT) Date: Thu, 1 Mar 2001 12:04:52 +0000 From: Mark Drayton To: Power JeSsIe! Cc: "questions@FreeBSD. ORG" Subject: Re: error in ssh! Message-ID: <20010301120452.A5432@tethys.valhalla.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jessie@power-jessie.net on Thu, Mar 01, 2001 at 07:33:22PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > i have successfully upgraded my freebsd 4.1.1RELEASE > to 4.2STABLE and everything seems to work just fine > but when i try remote logging on to the server via ssh > the following error came out: > > no modules loaded for 'sshd' service > fatal: PAM session setup failed[6]: Permission denied > no modules loaded for 'sshd' service You didn't read /usr/src/UPDATING. You need to add these lines to your /etc/pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so You can get also get these updates by letting mergemaster replace your pam.conf Cheers, -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message