Hi Folks,
Got an odd one. I remember this from years ago, but I can't remember what I did.
I have a centos box that I've inherited the care of, and all the user accounts appear
to behave as expected with one exception, call it 'weirduser'.
the only way to get to 'weirduser' is to
$ su - weirduser or
$ su weirduser
and then put in weirduser's password.
I cannot log into weirduser interactively from a console, or from an ssh session using
either keypairs or the password.
Other information:
$ grep weird /etc/passwd
weirduser:x:500:501:weird:/home/weirduser:/bin/bash
]$ ls -ld /home/weirduser
drwxrws--- 21 weirduser weird 4096 Sep 30 17:40 /home/weirduser
$ su - weirduser
Password:
[weirduser ~]$ id
uid=500(weirduser) gid=501(weird) groups=501(weird)
There are no AllowUsers or DenyUsers or AllowGroups or DenyGroups in the sshd_config.
Not sure where to go from here. Any suggestions?
Thanks!
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Thu Sep 30 18:15:24 2010
This archive was generated by hypermail 2.1.8 : Thu Sep 30 2010 - 18:15:24 AKDT