Re: PermitRootLogin=yes versus su

From: Sebastian Hans (hanss@in.tum.de)
Date: 01/27/03


From: Sebastian Hans <hanss@in.tum.de>
Date: Mon, 27 Jan 2003 17:00:29 +0000 (UTC)

Sebastian Hans <hanss@in.tum.de> wrote:
>
> # groupadd theone
> # useradd -g theone theone
> # passwd theone
><Choose something strong here of course>
> # chown root.theone /bin/su
> # chmod 0750 /bin/su

This should, of course, have read
# chmod 4750 /bin/su

seb