Gentoo Archives: gentoo-hardened

From: Tad <tadglines@×××××××.net>
To: gentoo-hardened@g.o
Subject: [gentoo-hardened] ssh and gentoo=nodevfs
Date: Fri, 28 Nov 2003 21:57:28
Message-Id: 001601c3b5fa$9ad57e00$0301a8c0@sprite
1 I was having problems getting ssh to work for non-root users.
2
3 Turns out, the problem was with the permissions of /dev/tty. When devfs is
4 used, the perms for /dev/tty are (root.root 0666). But without devfs the
5 perms are (root.tty 0660). There nondevfs perms are the ones that are setup
6 by the livedc stage tarball. In my case the stage1 tarball.
7
8
9
10 -Tad