source: server/other/openssh/openssh-exp.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 851 bytes
Line 
1<sect2>
2<title>Command explanations</title>
3
4<para><userinput>--sysconfigdir=/etc/ssh :</userinput> This prevents the
5configuration files from going to /usr/etc.</para>
6
7<para><userinput>--with-md5-passwords :</userinput> This is required
8if you made the changes recommended by the shadowpasswd_plus lfs hint on
9your ssh server when you installed the Shadow Password Suite or if you
10access a ssh server that authenticates by user passwords encrypted with
11md5. </para>
12
13<para><userinput>--libexecdir=/usr/sbin :</userinput> OpenSSH puts
14programs called by programs in /usr/libexec. sftp-server is a sshd
15utility and ssh-askpass is a ssh-add utility that is installed as a
16link to X11-ssh-askpass. Both of these should go in <filename
17class="directory">/usr/sbin</filename> not <filename
18class="directory">/usr/libexec</filename>.</para>
19
20
21</sect2>
22
Note: See TracBrowser for help on using the repository browser.