Changeset b30ddee for server


Ignore:
Timestamp:
01/31/2011 03:27:09 AM (13 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c03d112a
Parents:
bc00982
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/openssh.xml

    rbc00982 rb30ddee  
    225225      <para>If you added <application>LinuxPAM</application> support, then you
    226226      will need to add a configuration file for
    227       <application>sshd</application>.  Issue the following commands as the
     227      <application>sshd</application> and enable use of
     228      <application>LinuxPAM</application>.  Issue the following commands as the
    228229      <systemitem class='username'>root</systemitem> user:</para>
    229230
    230231<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login &gt; /etc/pam.d/sshd &amp;&amp;
    231 chmod 644 /etc/pam.d/sshd</userinput></screen>
     232chmod 644 /etc/pam.d/sshd &amp;&amp;
     233echo "USEPAM yes" &gt;&gt; /etc/ssh/sshd_config</userinput></screen>
    232234
    233235      <para>Additional configuration information can be found in the man
Note: See TracChangeset for help on using the changeset viewer.