From owner-freebsd-questions Thu Mar 1 4:34:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ox.techasia.com.ph (AP-203.167.24.10.sysads.com [203.167.24.10]) by hub.freebsd.org (Postfix) with ESMTP id AF42337B71A for ; Thu, 1 Mar 2001 04:33:59 -0800 (PST) (envelope-from jessie@power-jessie.net) Received: from tiger.techasia.com.ph (host-216-252-142-18.interpacket.net [216.252.142.18]) by ox.techasia.com.ph (Postfix) with ESMTP id 26C7EA2C28; Thu, 1 Mar 2001 20:23:23 +0800 (PHT) Received: from jessie (unknown [216.252.213.11]) by tiger.techasia.com.ph (Postfix) with SMTP id BD1E82E83A; Thu, 1 Mar 2001 20:24:33 +0000 (GMT) From: "Power JeSsIe!" To: "Mark Drayton" Cc: "questions@FreeBSD. ORG" Subject: RE: error in ssh! Date: Thu, 1 Mar 2001 20:46:35 -0800 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010301120452.A5432@tethys.valhalla.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thanks a lot! it solve my problem. sorry i wasn't able to notice that part in /usr/src/UPDATING. again thanks! Cheers! jessie See my SuperSig: http://proxy.supersig.com/sig?60013444_60006895 -----Original Message----- From: mark@tethys.valhalla.net [mailto:mark@tethys.valhalla.net]On Behalf Of Mark Drayton Sent: Thursday, March 01, 2001 4:05 AM To: Power JeSsIe! Cc: questions@FreeBSD. ORG Subject: Re: error in ssh! > 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 ____________________________________________________________ Get your domain name and domain-based e-mail from Namezero.com. New! Namezero Plus domains now available. Find out more at: http://www.namezero.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message