From owner-freebsd-questions Sun Apr 1 6:57:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id AA75D37B71B for ; Sun, 1 Apr 2001 06:57:18 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from mark9.vladsempire.net (hutch-140.hutchtel.net [206.10.67.40]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id IAA13756; Sun, 1 Apr 2001 08:57:15 -0500 (CDT) From: Josh Paetzel To: "Richard D'Amours" , Subject: Re: SSH and WU-FTPD 2.6.1 don't work after upgrade to Freebsd 4.1.1 Date: Mon, 2 Apr 2001 08:56:35 +0000 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain; charset="" References: <000801c0ba1c$59c09da0$0101a8c0@richard> In-Reply-To: <000801c0ba1c$59c09da0$0101a8c0@richard> MIME-Version: 1.0 Message-Id: <01040208574600.00346@mark9.vladsempire.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 31 Mar 2001, Richard D'Amours wrote: > > Mistake number one was running the upgrade from /stand/sysinstall. The = > basic box works well including Apache, etc but SSH and WU-FTPD 2.6.1 = > stopped responding. > > I can ftp into the box and get a prompt saying I'm connected on port 21 = > but am not provided with a password prompt or directory when connecting = > with an anonymous id. > > SSH says I'm connected and asks for the login id but does not respond to = > the password. > > It looks like the ports are there...but I'm baffled. I've compared most = > everything in /etc to /etc/upgrade to see what has changed but nothing = > is obvious. Everything worked well before the upgrade...any help would = > be appreciated. > > Perhaps I could mail a case of beer to whomever can help out... > Sounds like you didn't run mergemaster. There are some additions to /etc/pam.conf that you have to make. sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message