Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2001 18:54:16 -0500
From:      Josh Paetzel <jpaetzel@hutchtel.net>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: SSH Must Die
Message-ID:  <01051218541602.03957@mark9.vladsempire.net>
In-Reply-To: <3AFDC9FF.3854EBC2@mindspring.com>
References:  <3AFD1D6D.51731EAC@mindspring.com> <01051208053600.00484@mark9.vladsempire.net> <3AFDC9FF.3854EBC2@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 12 May 2001 18:40, Terry Lambert wrote:
> j wrote:
> > On Saturday 12 May 2001 06:24, Terry Lambert wrote:
> > > This whole ssh B.S. is very annoying.
> > >
> > > After an upgrade from 4.2 to 4.3 using a CDROM boot plus
> > > upgrade menu option, SSH stops working, for no good reason
> > > (_any_ reason is no good).
> >
> > You did make the needed additions to /etc/pam.conf, didn't you?
>
> What additions are necessary between 4.2 and 4.3?  I was
> under the impression that "sysinstall" was supposed to
> "just do the right thing, and don't hassle me"?
>
> If you have a dead chicken I should wave over my keyboard,
> hand it over!  8-).

Make sure you have these lines in /etc/pam.conf
sshd	auth	sufficient	pam_skey.so
sshd	auth	required	pam_unix.so	try_first_pass
sshd	session	required	pam_permit.so

These lines are not in 4.2-rel and they are needed in 4.3-rel.

Have fun.
Josh


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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