Thread
:
Please help: public key authentication problem after PR1.2
View Single Post
thp
2012-03-28 , 20:57
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
Quote & Reply
|
The Following 2 Users Say Thank You to thp For This Useful Post:
qwazix
,
sargas
thp
View Public Profile
Send a private message to thp
Visit thp's homepage!
Find all posts by thp