On Fri, Jan 26, 2001 at 10:03:19AM -0500, Ben Collins wrote: > On Fri, Jan 26, 2001 at 01:00:06PM +0100, Rene van Valkenburg wrote: > > Hi, > > > > The current ssh package (1.2.3-9.1) doesn't support PAM. The only platfrom > > that has this is the sparc platform. I had to use the source package, > > which does support it. Maybe somebody could fix this? :-) > > Actually, I thought the -9.1 was supposed to fix it. Email > [EMAIL PROTECTED] to get it resolved. I'm in the US, so I'm not > allowed to build a replacement for it. >
This gave me the clue to work out the answer to bug 79106. It seems that you need to have libpam0g-dev installed when you build ssh, and then it correctly links in the PAM support. Once this is done sshd again accepts connections using password authentication. So I guess that would be a missing build-depend somewhere ??? Stuart

