atom feed4 messages in org.freebsd.freebsd-questions(Solved) SSH not working for particul...
FromSent OnAttachments
Francisco ReyesAug 6, 2005 4:09 pm 
Francisco ReyesAug 6, 2005 4:40 pm 
Francisco ReyesAug 6, 2005 11:28 pm 
Francisco ReyesAug 7, 2005 12:54 am 
Subject:(Solved) SSH not working for particular user
From:Francisco Reyes (lis@natserv.com)
Date:Aug 7, 2005 12:54:11 am
List:org.freebsd.freebsd-questions

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 having a simmilar problem (ie some IDs connect, but others don't) is a file /etc/login.access. Settings in that file may allow some users to connect, but not others.

Obviously by the same token /etc/login.conf could also be an issue, but a less common one (ie the user has some type of time restriction).