glfs/server/other/openssh/openssh-exp.xml
Larry Lawrence 1708d1e940 update openssh
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1179 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-23 22:37:29 +00:00

25 lines
1.1 KiB
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 <acronym>SSH</acronym> server when you installed the Shadow Password
Suite or if you access a <acronym>SSH</acronym> server that authenticates by
user passwords encrypted with md5. </para>
<para><command>--libexecdir=/usr/sbin</command> :
<application>Open<acronym>SSH</acronym></application> puts
programs called by programs in <filename class="directory">/usr/libexec
</filename>. <command>sftp-server</command> is a <command>sshd</command>
utility and <command>ssh-askpass</command> is a <command>ssh-add</command>
utility that is installed as a link to <command>X11-ssh-askpass</command>.
Both of these should go in <filename class="directory">/usr/sbin</filename>
not <filename class="directory">/usr/libexec</filename>.</para>
</sect2>