glfs/server/other/openssh/openssh-exp.xml
Larry Lawrence 5842069d2c update to openssh-3.6.1p2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@927 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-07-02 02:08:12 +00:00

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>