Changeset 5a6a6be for postlfs


Ignore:
Timestamp:
04/21/2013 06:01:07 PM (11 years ago)
Author:
Ken Moffat <ken@…>
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:
433974d2
Parents:
70aaf230
Message:

openssh-6.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r70aaf230 r5a6a6be  
    99  <!ENTITY openssh-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "3345cbf4efe90ffb06a78670ab2d05d5">
    12   <!ENTITY openssh-size          "1.1 MB">
    13   <!ENTITY openssh-buildsize     "39 MB">
    14   <!ENTITY openssh-time          "0.4 SBU">
     11  <!ENTITY openssh-md5sum        "7b2d9dd75b5cf267ea1737ec75500316">
     12  <!ENTITY openssh-size          "1.2 MB">
     13  <!ENTITY openssh-buildsize     "32 MB (plus 10MB if running the tests)">
     14  <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10 minutes, irrespective of processor speed)">
    1515]>
    1616
     
    144144
    145145    <para>
     146      To test the results, issue: <command>make test</command>.
     147    </para>
     148
     149<!-- commenting this, I get "all tests passed" [ ken ]
     150 NB tests should be run as _user_ but the role in the comment is root
     151    <para>
    146152      To run the test suite, issue the following commands:
    147153    </para>
     
    153159      If the above command produces no 'FATAL' errors, then proceed with the
    154160      installation, as the <systemitem class="username">root</systemitem> user:
     161    </para>-->
     162    <para>
     163      Now, as the <systemitem class="username">root</systemitem> user:
    155164    </para>
    156165
     
    279288<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login &gt; /etc/pam.d/sshd &amp;&amp;
    280289chmod 644 /etc/pam.d/sshd &amp;&amp;
    281 echo "USEPAM yes" &gt;&gt; /etc/ssh/sshd_config</userinput></screen>
     290echo "UsePAM yes" &gt;&gt; /etc/ssh/sshd_config</userinput></screen>
    282291
    283292      <para>
Note: See TracChangeset for help on using the changeset viewer.