glfs/server/other/openssh/openssh-exp.xml

25 lines
1.1 KiB
XML
Raw Normal View History

<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>