mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added instruction to enable use of LinuxPAM to OpenSSH instructions and minor fixup in icedtea6 instructions.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8855 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bc00982fe5
commit
b30ddee2de
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "29"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "31"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2011">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "January &day;th, &year;">
|
||||
<!ENTITY releasedate "January &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -478,7 +478,7 @@ unset dir
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>The <application>Java</application> plugin is located at
|
||||
<filename class="directory">$JAVA_HOME/jre/plugin/<replaceable>arch</replaceable>/IcedTeaPlugin.so</filename>.
|
||||
<filename class="directory">$JAVA_HOME/jre/plugin/<replaceable><arch></replaceable>/IcedTeaPlugin.so</filename>.
|
||||
Make a symbolic link to the file in that directory from your browser(s)
|
||||
plugins directory.</para>
|
||||
|
||||
|
@ -40,6 +40,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>January 31st, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Added instruction to enable use of LinuxPAM to OpenSSH
|
||||
instructions.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>January 29th, 2011</para>
|
||||
<itemizedlist>
|
||||
|
@ -224,11 +224,13 @@ install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
|
||||
|
||||
<para>If you added <application>LinuxPAM</application> support, then you
|
||||
will need to add a configuration file for
|
||||
<application>sshd</application>. Issue the following commands as the
|
||||
<application>sshd</application> and enable use of
|
||||
<application>LinuxPAM</application>. Issue the following commands as the
|
||||
<systemitem class='username'>root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login > /etc/pam.d/sshd &&
|
||||
chmod 644 /etc/pam.d/sshd</userinput></screen>
|
||||
chmod 644 /etc/pam.d/sshd &&
|
||||
echo "USEPAM yes" >> /etc/ssh/sshd_config</userinput></screen>
|
||||
|
||||
<para>Additional configuration information can be found in the man
|
||||
pages for <command>sshd</command>, <command>ssh</command> and
|
||||
|
Loading…
Reference in New Issue
Block a user