(Solved) SSH not working for particular user

2005-08-06 Thread Francisco Reyes
For the archives. Found the problem the rights for the .ssh directory were wrong. They need to be "700". Given that I used adduser to create that account I think umask or something else for the root user may be wrong or perhaps the adduser script. The other point worth mentioning for anyone h

Re: SSH not working for particular user

2005-08-06 Thread Francisco Reyes
On Sat, 6 Aug 2005, The WRS wrote: Hmm, are the password fields in /etc/master.passwd using the same hash type? They should ALL either start with $1 - md5 $2 - blowfish They are all the same $1 ___ freebsd-questions@freebsd.org mailing list http://li

Re: SSH not working for particular user

2005-08-06 Thread Francisco Reyes
On Sat, 6 Aug 2005, The WRS wrote: Thanks for the feedback Check /var/log/auth.log and perhaps sshd[28883]: error: PAM: authentication error for fran from /var/log/messages for hints on why Same error on that file. /etc/hosts.allow may be the culprit The machines were setup with hos

SSH not working for particular user

2005-08-06 Thread Francisco Reyes
Besides the AllowUsers parameter in sshd_config is there is anything else that would allow certain users, but not others to ssh to a machine? Have a machine that one id can connect to, but not a second one.. I "inherited" the setup (about 20 machines) so don't know yet what setups each machine