Alright, I've checked my AllowUsers and the users are allowed to log in, but
I'm still having the same problem, when it says permission denyed on the
client side it also gives me the error (publickey,password)
When I ran the SSHD client with -ddd it gave me the following when it
refused the password

debug1: userauth-request for user root service ssh-connection method
password
debug1: attempt 1 failures 1
debug2: input_userauth_request: try method password
Failed password for ROOT from 204.0.0.1 port 1058 ssh2

I've got root access turned on in the sshd conf file.

Is there any other ideas on what I could be doing wrong?

-----Original Message-----
From: Julius C. Duque [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 06, 2001 3:15 PM
To: Nestler, David J.
Cc: '[EMAIL PROTECTED]'
Subject: Re: permission is constantly denied


On Fri, 6 Jul 2001, Nestler, David J. wrote:

> I was wondering if anyone else had this problem, I've read through the man
> files and I can't seem to figure it out.  I know the SSH server is
> listening, as I get a resoponse from it and it asks me for the password,
> yet, whenever I enter the password, for any user, it says permission
denied.
> anyone have any ideas on this?
> 
> Oh, I'm running the latest version of OpenSSH on a Slackware 7.1 machine.

If this is your first install of openssh, check the directive
AllowUsers on sshd_config. Example, the following line will
only allow users abc, def, xyz, and fso to login.


AllowUsers      abc def xyz fso

--
"When you make a mistake and don't correct
it, that's what you call a mistake!"
    -- Confucius

Reply via email to