Author: ag
Date: 2008-02-25 08:29:52 -0700 (Mon, 25 Feb 2008)
New Revision: 7194
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/openssh.xml
Log:
Added a switch to the Openssh instructions to set the default path for xauth
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-02-25 06:43:52 UTC (rev 7193)
+++ trunk/BOOK/general.ent 2008-02-25 15:29:52 UTC (rev 7194)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "24"> <!-- Always 2 digits -->
+<!ENTITY day "25"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-02-25 06:43:52 UTC
(rev 7193)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-02-25 15:29:52 UTC
(rev 7194)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>February 25th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ag] - Added a switch to the Openssh instructions to set the
+ default path for xauth.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 24th, 2008</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2008-02-25 06:43:52 UTC (rev 7193)
+++ trunk/BOOK/server/major/openssh.xml 2008-02-25 15:29:52 UTC (rev 7194)
@@ -109,7 +109,8 @@
<screen><userinput>sed -i 's@ -ldes@@' configure &&
./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd \
--libexecdir=/usr/lib/openssh --with-md5-passwords \
- --with-privsep-path=/var/lib/sshd &&
+ --with-privsep-path=/var/lib/sshd \
+ --with-xauth=/usr/bin/xauth &&
make</userinput></screen>
<para>If you linked <application>tcp_wrappers</application> into the
@@ -183,6 +184,15 @@
<para><parameter>--with-pam</parameter>: This parameter enables
<application>Linux-PAM</application> support in the build.</para>
+ <para><parameter>--with-xauth=/usr/bin/xauth</parameter>: Set the
+ default location for the <command>xauth</command> binary for X
+ authentication. Change the location if <command>xauth</command> will
+ be installed to a different path. This can also be controlled from
+ <filename>sshd_config</filename> with the XAuthLocation keyword.
+ You can ommit this switch if <application>Xorg</application> is already
+ installed.
+ </para>
+
</sect2>
<sect2 role="configuration">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page