"Thomas" == Thomas Föcking <t.foecking@kreis-borken.de> writes:
Thomas> Hello, this morning I updated all linux servers running SuSE Thomas> 7.3 to OpenSSH 3.3. Now I am not able to login via ssh Thomas> anymore - password confirmation fails. I was having the same problem w/ 3.4p1 based on suse's 3.3p1 srpm. I first tried adding --with-md5-passwords to the configure call in the openssh spec file. When that failed I grabbed the 8.0 srpms for pam and rebuild those. Now it works. For the pam update, running: rpm --rebuild pam-modules-2002.3.9-31.src.rpm works fine, but pam-0.75-199.src.rpm needs a bit of a tweak. I kludged it differently, but this process ought to succeed: # save the below-inlined patch to a file FOOBAR rpm -i pam-0.75-199.src.rpm cd /usr/src/packages/SOURCES patch --verbose <FOOBAR cd ../SPECS rpm -bb pam.spec (replace FOOBAR of course with the full path to whatever filename you like). The below diff allows the srpm to build in the case where the BUILD directory is on a different mountpoint than the temp install dir. (The details of this have already been sent to SuSE.) -JimC