[SOLVED] Access Denied message after Putty login
Posted: 2011/10/31 21:43:05
Hi,
I'm just beginning with linux (Centos 6, x86_64), so this might be not a smart question :)
Anybody know how to fix this "Acces Denied" error message I keep getting when logging in to my linux box with SSH using Putty ?
[code]
login as: xxxxxx
[b]Access denied[/b]
xxxxxx@192.168.1.250's password:
[/code]
logging in is not failing, just the weird errormessage is throwing me off...
here a snippit from the /var/secure log, no interesting entries at all
[code]
Oct 31 22:09:12 localhost sshd[6829]: Accepted password for xxxxxx from 192.168.1.2 port 51309 ssh2
Oct 31 22:09:13 localhost sshd[6829]: pam_unix(sshd:session): session opened for user xxxxxx by (uid=0)
[/code]
The user xxxxxx has all privileges according to the sudoers file:
[code]
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
xxxxxxx ALL=(ALL) ALL
[/code]
The messages log has no entries of this at all.
Thanks for any tips ..
Regards,
Paul.
I'm just beginning with linux (Centos 6, x86_64), so this might be not a smart question :)
Anybody know how to fix this "Acces Denied" error message I keep getting when logging in to my linux box with SSH using Putty ?
[code]
login as: xxxxxx
[b]Access denied[/b]
xxxxxx@192.168.1.250's password:
[/code]
logging in is not failing, just the weird errormessage is throwing me off...
here a snippit from the /var/secure log, no interesting entries at all
[code]
Oct 31 22:09:12 localhost sshd[6829]: Accepted password for xxxxxx from 192.168.1.2 port 51309 ssh2
Oct 31 22:09:13 localhost sshd[6829]: pam_unix(sshd:session): session opened for user xxxxxx by (uid=0)
[/code]
The user xxxxxx has all privileges according to the sudoers file:
[code]
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
xxxxxxx ALL=(ALL) ALL
[/code]
The messages log has no entries of this at all.
Thanks for any tips ..
Regards,
Paul.