View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#13
Make sure /home/user/ isn't world-writable, i.e.

Code:
chmod 755 /home/user/
You could also try even more restrictive permissions (e.g. 700), but not sure if that brings other problems - 755 should be fine. Also make sure that similar permissions are in effect for /home/user/.ssh/ (700) and /home/user/.ssh/authorized keys (600).

Don't know what the numbers mean? read me
 

The Following 2 Users Say Thank You to thp For This Useful Post: