Privilege separation user sshd does not exist
- From: Dallas Clement <dallas.a.clement@xxxxxxxxx>
- Date: Sat, 02 Jun 2007 13:10:16 -0500
'm getting this error when I try to start my cross-compiled OpenSSH sshd
daemon for the first time with privilege separation enabled.
I am using OpenSSH_4.6p1.
I believe I have added a 'sshd' user and group correctly. I can login
just fine as that user:
# login
(none) login: sshd
$
$ whoami
$ sshd
I'm trying to start the daemon as follows so that I can see the debug:
# /sbin/sshd -D -d
The error I am getting is:
Privilege separation user sshd does not exist
The contents of my /etc/group file are as follows:
root::0:root
sshd:x:33:
The contents of my /etc/passwd file are as follows:
root::0:0:Root User:/root:/bin/ash
sshd::501:33:sshd user:/var/empty:/bin/false
Can anyone please help me out?
Thanks!
- Follow-Ups:
- Re: Privilege separation user sshd does not exist
- From: Darren Tucker
- Re: Privilege separation user sshd does not exist
- Prev by Date: Re: Sending Windows Command in SSH from Unix
- Next by Date: Auditing SSH logs
- Previous by thread: Re: Sending Windows Command in SSH from Unix
- Next by thread: Re: Privilege separation user sshd does not exist
- Index(es):
Relevant Pages
|