#2338: OpenSSH-4.6p1 "set up proper environment" needs to be done as root
---------------------+------------------------------------------------------
 Reporter:  ghylton  |       Owner:  [email protected]
     Type:  defect   |      Status:  new                           
 Priority:  normal   |   Milestone:  6.3                           
Component:  BOOK     |     Version:  SVN                           
 Severity:  minor    |    Keywords:                                
---------------------+------------------------------------------------------
 The first part of the installation, "necessary to set up the proper
 environment" has to be done as root.

 {{{
 install -v -m700 -d /var/lib/sshd &&
 chown -v root:sys /var/lib/sshd &&
 groupadd -g 50 sshd &&
 useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \
     -s /bin/false -u 50 sshd
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2338>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to