Hi, I've compiled and installed the ssh version 1.2.27 on an old linux computer (slackware distribution). The client works well, but when I install the sshd (server) and I try to connect from another machine using the same ssh version (both from Suse Linux and W98) the server ask me the password (me@host's password:) correctly and when I enter the password it displays: "Permission denied." Of course, PasswordAuthentication is set to yes. The same installation, on a Suse6.0 machine, is working fine. What could be wrong? Thanks you all NOTE: These are my options: # Host * # ForwardAgent yes # ForwardX11 yes # RhostsAuthentication yes # RhostsRSAAuthentication yes # RSAAuthentication yes # TISAuthentication no # PasswordAuthentication yes # FallBackToRsh yes # UseRsh no # BatchMode no # StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 # Cipher idea # EscapeChar ~
