Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 08:56:35 +0000
From:      Josh Paetzel <jpaetzel@hutchtel.net>
To:        "Richard D'Amours" <rdamours@telusplanet.net>, <FreeBSD-questions@FreeBSD.ORG>
Subject:   Re: SSH and WU-FTPD 2.6.1 don't work after upgrade to Freebsd 4.1.1
Message-ID:  <01040208574600.00346@mark9.vladsempire.net>
In-Reply-To: <000801c0ba1c$59c09da0$0101a8c0@richard>
References:  <000801c0ba1c$59c09da0$0101a8c0@richard>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01040208574600.00346>