Date: Tue, 9 Jul 2002 17:36:12 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Dag-Erling Smorgrav <des@ofug.org> Cc: current@freebsd.org Subject: Re: PasswordAuthentication not works in sshd Message-ID: <20020709133611.GA17322@nagual.pp.ru> In-Reply-To: <xzphej9jb3i.fsf@flood.ping.uio.no> References: <20020702114530.GB837@nagual.pp.ru> <xzpn0tacp9c.fsf@flood.ping.uio.no> <20020709124943.GA15259@nagual.pp.ru> <xzphej9jb3i.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 09, 2002 at 15:16:01 +0200, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <ache@nagual.pp.ru> writes: > > It not helps. Moreover, I found that I am able to do 'ssh localhost' but > > unable to do ssh from any other machine, with exact the same password. > > Try commenting out the pam_opieaccess line in /etc/pam.d/sshd. Yes, it was the reason! Normally OPIE not accepts plain Unix password remotely, and it is right, because of cleartext. But it is wrong for sshd, because no cleartext sended for PasswordAuth. It seems that opieaccess in pam.d/sshd should not fails by default or maybe even not present there. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020709133611.GA17322>