Re: Privilege separation user (OpenSSH 3.4) install prob.
From: Patrick Lamb (pdlambat@comcastpoint.net)Date: 06/28/02
- Next message: Luicas: "Privilege separation user "sshd" does not exist"
- Previous message: Shankar: "X11 port forwarding with ssh to a VMWare Windows workstation running cygwin!"
- In reply to: Simon Matthews: "Privilege separation user (OpenSSH 3.4) install prob."
- Next in thread: Kai Risku: "Re: OpenSSH 3.4 Packages for RH 6.2?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Patrick Lamb <pdlambat@comcastpoint.net> Date: Fri, 28 Jun 2002 03:26:58 GMT
Simon Matthews wrote:
>
> I keep getting the following error message at the end of 'make install':
> id sshd || \
> echo "WARNING: Privilege separation user \"sshd\" does not exist"
> uid=5003(sshd) gid=5003(sshd) groups=5003(sshd)
>
> Yet the user exists:
> [root@postoffice openssh-3.4p1]# grep sshd /etc/passwd
> sshd:x:5003:5003:sshd privsep:/var/empty:/bin/false
>
> I even tried to change the configuration with no better result:
> [root@postoffice openssh-3.4p1]# ./configure --sysconfdir=/etc/ssh2
> --with-pam --with-privsep-user=sshd
>
> Does anyone have any ideas what I am doing wrong? The system is a RedHat
> 6.2 distro.
FWIW, you can use the source rpm for openssh with only a little extra
trouble. Install the source rpm as usual:
rpm -ivh openssh-3.4*.src.rpm
Go into /usr/src/redhat/SPECS and edit the openssh.spec -- there is a
line about 20 lines down that says something like
%define redhat6 0
(sorry if that's not quite right, it's from memory). Change that to
%define redhat6 1
then rebuild from the spec file with
rpm -ba openssh.spec
It should crank everything through, and leave your rpms in
/usr/src/redhat/RPMS/i386. They won't be signed, obviously. ;)
HTH, Pat
-- Apologies to those easily confused. Address is spam-resistant. Correct email address like pdlamb 'round-about comcast point net.
- Next message: Luicas: "Privilege separation user "sshd" does not exist"
- Previous message: Shankar: "X11 port forwarding with ssh to a VMWare Windows workstation running cygwin!"
- In reply to: Simon Matthews: "Privilege separation user (OpenSSH 3.4) install prob."
- Next in thread: Kai Risku: "Re: OpenSSH 3.4 Packages for RH 6.2?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|