2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-07-02 10:08:12 +08:00
|
|
|
<para><command>--sysconfigdir=/etc/ssh</command> : This prevents the
|
2003-04-22 11:06:28 +08:00
|
|
|
configuration files from going to <filename>/usr/etc</filename>.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-07-02 10:08:12 +08:00
|
|
|
<para><command>--with-md5-passwords</command> : This is required
|
2002-07-08 04:28:42 +08:00
|
|
|
if you made the changes recommended by the shadowpasswd_plus lfs hint on
|
2003-09-24 06:37:29 +08:00
|
|
|
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>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-07-02 10:08:12 +08:00
|
|
|
<para><command>--libexecdir=/usr/sbin</command> :
|
2003-09-24 06:37:29 +08:00
|
|
|
<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>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|