Am Mittwoch, 26. September 2007 20:59:55 schrieb Herbert Laubner: > I think, it has to be a stupid mistake. I did > windose ~ # chown herbert /home/herbert/.ssh > windose ~ # chgrp users /home/herbert/.ssh > > but this did not help??
Do a 'chown -R herbert:users ~/.ssh' because your executed command didn't change the permissions of the files inside of the directory, just the permissions of the directory itself. Keep in mind that your directory and the files inside need the following permissions: - rw------- So just do a 'chmod -R u+rw ~/.ssh && chmod -R go-rwx ~/.ssh' and you should be fine. Regards, Elias P. -- A really nice number: "09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0"
signature.asc
Description: This is a digitally signed message part.

