Ignore:
Timestamp:
06/05/2016 05:57:10 AM (8 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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
422bd2c
Parents:
eb3dbe3
Message:

[Systemd merge] - Complete changes for Chapter 4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    reb3dbe3 rf586237  
    111111    <title>Installation of OpenSSH</title>
    112112
     113    <warning revision="systemd">
     114    <para>
     115      If reinstalling over an <application>SSH</application> connection to
     116      enable <xref linkend="linux-pam"/> support, be certain to temporarily set
     117      <option>PermitRootLogin</option> to <parameter>yes</parameter> in
     118      <filename>/etc/ssh/sshd_config</filename> until you complete
     119      reinstallation of <xref linkend="systemd"/>, or you may find that you are
     120      unable to login to the system remotely.
     121    </para>
     122    </warning>
     123
    113124    <para>
    114125      <application>OpenSSH</application> runs as two processes when connecting
     
    289300
    290301      <para>
    291         If you added <application>LinuxPAM</application> support and you want
     302        If you added <application>Linux-PAM</application> support and you want
    292303        ssh to use it then you will need to add a configuration file for
    293304        <application>sshd</application> and enable use of
    294305        <application>LinuxPAM</application>. Note, ssh only uses PAM to check
    295306        passwords, if you've disabled password logins these commands are not
    296         needed. If you want to use PAM issue the following commands as the
     307        needed. If you want to use PAM, issue the following commands as the
    297308        <systemitem class='username'>root</systemitem> user:
    298309      </para>
     
    310321
    311322    <sect3  id="openssh-init">
    312       <title>Boot Script</title>
    313 
    314       <para>
     323      <title><phrase revision="sysv">Boot Script</phrase>
     324             <phrase revision="systemd">Systemd Unit</phrase></title>
     325
     326      <para revision="sysv">
    315327        To start the SSH server at system boot, install the
    316328        <filename>/etc/rc.d/init.d/sshd</filename> init script included
    317         in the <xref linkend="bootscripts" revision="sysv"/>
    318         <xref linkend="systemd-units" revision="systemd"/> package.
     329        in the <xref linkend="bootscripts"/> package.
     330      </para>
     331
     332      <para revision="systemd">
     333        To start the SSH server at system boot, install the
     334        <filename>sshd.service</filename> unit included in the
     335        <xref linkend="systemd-units"/> package.
    319336      </para>
    320337
Note: See TracChangeset for help on using the changeset viewer.