mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
5842069d2c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@927 af4574ff-66df-0310-9fd7-8a98e5e911e0
24 lines
926 B
XML
24 lines
926 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>--sysconfigdir=/etc/ssh</command> : This prevents the
|
|
configuration files from going to <filename>/usr/etc</filename>.</para>
|
|
|
|
<para><command>--with-md5-passwords</command> : This is required
|
|
if you made the changes recommended by the shadowpasswd_plus lfs hint on
|
|
your ssh server when you installed the Shadow Password Suite or if you
|
|
access a ssh server that authenticates by user passwords encrypted with
|
|
md5. </para>
|
|
|
|
<para><command>--libexecdir=/usr/sbin</command> :
|
|
<application>OpenSSH</application> puts
|
|
programs called by programs in <filename class="directory">/usr/libexec</filename>. sftp-server is a sshd
|
|
utility and ssh-askpass is a ssh-add utility that is installed as a
|
|
link to X11-ssh-askpass. Both of these should go in <filename
|
|
class="directory">/usr/sbin</filename> not <filename
|
|
class="directory">/usr/libexec</filename>.</para>
|
|
|
|
|
|
</sect2>
|
|
|