[Voyage-linux] problem regarding passwordless ssh with pubkey
G.Bitzer
(spam-protected)
Fri Jun 19 15:37:33 HKT 2015
Hi List,
I have installed VL 0.10 i386 on an Alix 2d3 for kind of an
infrastructure server. So far I'm very satisfied, most things work well,
but not all, which leads my to this ML :-)
Regarding passwordless ssh with pubkey authentication I always got:
Ignored authorized keys: bad ownership or modes for directory /root
when I do a ssh -v to the Alix.
Ownership of /root was wrong
drwx------ 4 1000 1000 4096 Jun 18 14:38 root/
It should be:
drwx------ 4 root root 4096 Jun 18 14:38 root/
which could be fixed by doing a
chown root:root /root/
Now it works. Maybe this should be fixed in 0.11
More information about the Voyage-linux
mailing list