Gentoo Archives: gentoo-user

From: Elias Probst <mail@×××××××××××.eu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No access as normal user to my own.ssh-folder
Date: Wed, 26 Sep 2007 19:25:50
Message-Id: 200709262112.31444.mail@eliasprobst.eu
In Reply to: [gentoo-user] No access as normal user to my own.ssh-folder by Herbert Laubner
1 Am Mittwoch, 26. September 2007 20:59:55 schrieb Herbert Laubner:
2 > I think, it has to be a stupid mistake. I did
3 > windose ~ # chown herbert /home/herbert/.ssh
4 > windose ~ # chgrp users /home/herbert/.ssh
5 >
6 > but this did not help??
7
8 Do a 'chown -R herbert:users ~/.ssh' because your executed command didn't
9 change the permissions of the files inside of the directory, just the
10 permissions of the directory itself.
11
12 Keep in mind that your directory and the files inside need the following
13 permissions:
14
15 - rw-------
16
17 So just do a 'chmod -R u+rw ~/.ssh && chmod -R go-rwx ~/.ssh' and you should
18 be fine.
19
20 Regards, Elias P.
21
22 --
23 A really nice number:
24 "09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0"

Attachments

File name MIME type
signature.asc application/pgp-signature