LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   FC4-Starting sshd: Privilege separation user sshd does not exist FAILED (https://www.linuxquestions.org/questions/fedora-35/fc4-starting-sshd-privilege-separation-user-sshd-does-not-exist-failed-396068/)

kiranherekar 12-23-2005 07:26 PM

FC4-Starting sshd: Privilege separation user sshd does not exist FAILED
 
Hi,
After I do "service sshd start" on FC4 I get the following error message even after disabling firewall using system-config-securitylevel.
"Starting sshd: Privilege separation user sshd does not exist FAILED]".
Please Help.


Thanks & Regards,
Kiran.

Tuttle 12-23-2005 08:53 PM

Have a look in /etc/passwd and /etc/group and see if "sshd" is in them. If not, add them (as root):
Code:

groupadd -g 33 sshd
useradd -u 33 -g 33 -c sshd -d / sshd

Then try again.

jtison 12-24-2005 12:52 PM

Wrong sub-forum
 
This is the Red Hat distro area. Fedora is no longer Red Hat, although Red Hat (the corporation) still sponsors Fedora Core. (Confused yet? So are a lot of people.)

I make the point because your questions pertaining to FC4 are going to get much better visibility in the Fedora distribution forum than they will here.

With all that said, tuttle's advice is a good place to start.

Peace,
--Jim--

XavierP 12-24-2005 03:06 PM

Moved: This thread is more suitable in Fedora and has been moved accordingly to help your thread/question get the exposure it deserves.

mastahnke 12-26-2005 05:41 PM

Another option, is to simply change a line in the /etc/ssh/sshd_config .

You can change

Code:

UsePrivilegeSeparation yes


Code:

UsePrivilegeSeparation no

It will lower your security settings a litte, as unauthenticated ssh connection attempts will be running as root rather than as sshd in /var/empty, but it is another option.

kiranherekar 12-29-2005 02:22 PM

Hi Tuttle,
Thanks a lot for your advice,sshd started without any problems after adding user sshd.
jtison I'll take care that I post my questions to rigth forums.

Thanks & Regards,
Kiran.


All times are GMT -5. The time now is 11:43 PM.