PDA

Click to See Complete Forum and Search --> : Problem with sshd


Mankan
February 27th, 2002, 10:55 AM
I recently installed ssh.3.x.yada.yada-something on my debian-box and everything works fine except for one thing.

When I ssh to this box I get a logon screen. No matter how I authenticate I get "Access Denied". I guess there is something in some config-file causeing this but I can't figure it out and the man pages on sshd doesn't make me any smarter.

THanks,

linuxcomando
February 28th, 2002, 03:18 AM
Did you kill the all of the older ssh stuff?

hogfly
February 28th, 2002, 04:38 AM
its possible that the old stuff wasn't removed and is still running.
Other possibilities could be PAM limits . come into IRC and we'll get it figured out.

yasho
February 28th, 2002, 04:59 PM
Hi
First you'd better start the sshd daemon whith -d flag so you can see the debug info output on the terminal - this will show where exactly your problem is. But if you are talking about latest openssh version I suspect that the problem is in the key-interactive failiure so for me the descision of the problem was configure with --with-md5-passwods.
Cheers!