Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r9556a94 r48771ae  
    1010           " "> <!-- at the moment, unable to connect via ftp: ken
    1111           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> -->
    12   <!ENTITY openssh-md5sum        "8ce5f390958baeeab635aafd0ef41453">
    13   <!ENTITY openssh-size          "1.7 MB">
    14   <!ENTITY openssh-buildsize     "48 MB (add 34 MB for tests)">
    15   <!ENTITY openssh-time          "0.3 SBU (Using parallelism=4;
    16                                   running the tests takes 20+ minutes,
     12  <!ENTITY openssh-md5sum        "471912038124285c96918882ee190a22">
     13  <!ENTITY openssh-size          "1.8 MB">
     14  <!ENTITY openssh-buildsize     "44 MB (add 21 MB for tests)">
     15  <!ENTITY openssh-time          "0.2 SBU (Using parallelism=4;
     16                                  running the tests takes about 28 minutes,
    1717                                  irrespective of processor speed)">
    1818]>
     
    2121  <?dbhtml filename="openssh.html"?>
    2222
    23   <sect1info>
    24     <date>$Date$</date>
    25   </sect1info>
    2623
    2724  <title>OpenSSH-&openssh-version;</title>
     
    4340    </para>
    4441
    45     &lfs110a_checked;
     42    &lfs112_checked;
    4643
    4744    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9794      <xref linkend="x-window-system"/>,
    9895      <xref linkend="mitkrb"/>,
    99       <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>,
    100       <ulink url="http://www.libressl.org/">LibreSSL Portable</ulink>,
     96      <xref linkend="which"/> (for tests),
     97      <ulink url="https://www.thrysoee.dk/editline/">libedit</ulink>,
     98      <ulink url="https://www.libressl.org/">LibreSSL Portable</ulink>,
    10199      <ulink url="https://github.com/OpenSC/OpenSC/wiki">OpenSC</ulink>, and
    102100      <ulink url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink>
     
    105103    <bridgehead renderas="sect4">Optional Runtime (Used only to gather entropy)</bridgehead>
    106104    <para role="optional">
    107       <xref role="runtime" linkend="openjdk"/>,
     105      <!--<xref role="runtime" linkend="openjdk"/>, Not seen in 8.8p1 -->
    108106      <xref role="runtime" linkend="net-tools"/>, and
    109107      <xref role="runtime" linkend="sysstat"/>
     
    169167    </para>
    170168
     169<!-- -\-with-md5-passwords used to be here, but a comment inside of a <screen>
     170     block leaves an eyesore. -->
    171171<screen><userinput>./configure --prefix=/usr                            \
    172172            --sysconfdir=/etc/ssh                    \
    173             --with-md5-passwords                     \
    174173            --with-privsep-path=/var/lib/sshd        \
    175174            --with-default-path=/usr/bin             \
    176175            --with-superuser-path=/usr/sbin:/usr/bin \
    177             --with-pid-dir=/run
     176            --with-pid-dir=/run                      &amp;&amp;
    178177make</userinput></screen>
    179178
    180179    <para>
    181       The testsuite requires an installed copy of <command>scp</command> to
     180      The test suite requires an installed copy of <command>scp</command> to
    182181      complete the multiplexing tests. To run the test suite, first copy the
    183182      <command>scp</command> program to
     
    185184      backup any existing copy first.
    186185    </para>
    187 
     186<!--  I got all tests passed without this with 9.0p1.  Apr 13, 2022.
    188187    <para>
    189188      If you wish to run the tests, remove a test suite that is not valid on
     
    192191
    193192<screen><userinput>sed -i 's/conch-ciphers//' regress/Makefile</userinput></screen>
    194 
     193-->
    195194    <para>
    196195      To test the results, issue: <command>make -j1 tests</command>.
     
    239238    </para>
    240239
    241     <para>
    242       <parameter>--with-md5-passwords</parameter>: This enables the use of MD5
     240    <!--
     241    <para>
     242      <parameter>-\-with-md5-passwords</parameter>: This enables the use of MD5
    243243      passwords.
    244244    </para>
     245    -->
    245246
    246247    <para>
     
    253254    <para>
    254255      <parameter>--with-pid-dir=/run</parameter>: This prevents
    255       <application>OpenSSH</application> from refering to deprecated
     256      <application>OpenSSH</application> from referring to deprecated
    256257      <filename class="directory">/var/run</filename>.
    257258    </para>
     
    344345
    345346<screen role="root"><userinput>echo "PasswordAuthentication no" >> /etc/ssh/sshd_config &amp;&amp;
    346 echo "ChallengeResponseAuthentication no" >> /etc/ssh/sshd_config</userinput></screen>
     347echo "KbdInteractiveAuthentication no" >> /etc/ssh/sshd_config</userinput></screen>
    347348
    348349      <para>
Note: See TracChangeset for help on using the changeset viewer.