[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] upgrade open ssh on raq4 - privsep problem



> # groupadd sshd
> # useradd -g sshd
> The last two commands will not work, i can find man pages for them yet
> entering them just gives me: groupadd: command not found

try:
# su -
# groupadd sshd
# useradd -g sshd

I have a raq3 and if I don't su - (with the hyphen) the path does not
contain the two commands you're looking for.
I have:
/usr/sbin/useradd
/usr/sbin/groupadd

Audric