I'm using Slackware 7, OpenSSH 2.5.2p2, and OpenSSL 0.9.6a My configure line: ./configure --prefix= --sysconfdir=/etc --without-tcp-wrappers --without-pam --with-ssl-dir=/usr/bin --without-rsh --without-xauth --with-md5-passwords --with-shadow --with-pid-dir=/var/run You'll note that I'm USING --with-md5-passwords. In the Makefile, I've added -lcrypt, but I can only login with NON md5 passwords. Older accounts that have non-MD5 passwords log in just fine in SSH1 or SSH2. Accounts that have an MD5 password in /etc/shadow CANNOT log in, despite the configure line above. I've scoured the list looking for hints, but apparently no one has encountered this problem before. Adding --with-md5-passwords didn't work for me. Does anyone have any suggestions? It'd be much appreciated! Doug
