[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] new openssh install



On Sat, 20 Jan 2001 09:55:53 -0800 (PST), Paul Schreiber
<cheesefactory@xxxxxxxxx> wrote:

:>--- Rob Montgomery <Rob@xxxxxxxxxxxxxxxxxx> wrote:
:>> I just installed openssh on a client's raq4 and for some reason it wont
:>> accept my passwords.  I've installed ssh a number of times before on
:>> other linux machines with no problem, but I'm wondering if it has
:>> something to do with this one being cobalt thats different.   Anyways,
:>> I've installed, generated keys, started the daemon, and then attempted
:>> a remote login.  The daemon is obviously running since it accepts my
:>> requests and prompts for a password, but it just doesnt accept my
:>> passwords....  Any ideas?
:>
:>dunno if you've already solved this but:
:>
:>look in the openssh install docs ... it talks about moving/copying a PAM file
:>somewhere. i had the same problem initially.
:>
:>Paul

Maybe this one?

[admin@vanecek admin]$ less /etc/pam.d/sshd
#%PAM-1.0
auth       required     /lib/security/pam_pwdb.so shadow nodelay
auth       required     /lib/security/pam_nologin.so
account    required     /lib/security/pam_pwdb.so
password   required     /lib/security/pam_cracklib.so
password   required     /lib/security/pam_pwdb.so shadow nullok use_authtok
session    required     /lib/security/pam_pwdb.so
session    required     /lib/security/pam_limits.so