I think Host * is not correct. Try change it to AllowHosts * > -----Ursprüngliche Nachricht----- > Von: Jose Oliver Gil [mailto:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 8. März 2000 12:55 > An: [EMAIL PROTECTED] > Betreff: ssh v1.2.27 doesn't validate passwords > > 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 ~ >