Ignore:
Timestamp:
01/14/2007 01:30:49 AM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
158a9f3d
Parents:
6cdeafeb
Message:

Updated to openssh-4.5p1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/openssh.xml

    r6cdeafeb r0c6194bb  
    77  <!ENTITY openssh-download-http "http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    88  <!ENTITY openssh-download-ftp  "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    9   <!ENTITY openssh-md5sum        "7e9880ac20a9b9db0d3fea30a9ff3d46">
    10   <!ENTITY openssh-size          "920 KB">
    11   <!ENTITY openssh-buildsize     "15.3 MB">
    12   <!ENTITY openssh-time          "0.5 SBU (additional 0.7 SBU to run the test suite)">
     9  <!ENTITY openssh-md5sum        "6468c339886f78e8a149b88f695839dd">
     10  <!ENTITY openssh-size          "948 KB">
     11  <!ENTITY openssh-buildsize     "25.8 MB">
     12  <!ENTITY openssh-time          "0.4 SBU (additional 2.3 SBU to run the test suite)">
    1313]>
    1414
     
    134134    if you have a restrictive <filename>/etc/hosts.deny</filename> file, or the
    135135    test suite will fail. To run the test suite, issue: <command>make -k
    136     tests</command>. The banner tests are known to fail.</para>
     136    tests</command>.</para>
    137137
    138138    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    275275        <term><command>sftp-server</command></term>
    276276        <listitem>
    277           <para>is an SFTP server subsystem.</para>
     277          <para>is an SFTP server subsystem. This program is not normally
     278          called directly by the user.</para>
    278279          <indexterm zone="openssh sftp-server">
    279280            <primary sortas="b-sftp-server">sftp-server</primary>
     
    361362          <para>is used by <command>ssh</command> to access the local host
    362363          keys and generate the digital signature required during hostbased
    363           authentication with SSH protocol version 2.</para>
     364          authentication with SSH protocol version 2. This program is not normally
     365          called directly by the user.</para>
    364366          <indexterm zone="openssh ssh-keysign">
    365367            <primary sortas="b-ssh-keysign">ssh-keysign</primary>
Note: See TracChangeset for help on using the changeset viewer.