Changeset 5842069


Ignore:
Timestamp:
07/02/2003 02:08:12 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f887ee
Parents:
975d5331
Message:

update to openssh-3.6.1p2

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r975d5331 r5842069  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030629">
    6 <!ENTITY releasedate "June 29th, 2003">
     5<!ENTITY version "20030701">
     6<!ENTITY releasedate "July 01st, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r975d5331 r5842069  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>July 01st, 2003 [larry]: server: update to
     14openssh-3.6.1p2.</para></listitem>
    1215
    1316<listitem><para>June 29th, 2003 [larry]: multimedia: Added udftools to
  • server/other/openssh/openssh-config.xml

    r975d5331 r5842069  
    11<sect2>
    2 <title>Configuring OpenSSH</title>
     2<title>Configuring <application>OpenSSH</application></title>
    33
    44<sect3><title>Config files</title>
     
    1919commands:</para>
    2020
    21 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/sshd &lt;&lt; "EOF"</userinput>
     21<para><screen><userinput><command>cat &gt; /etc/rc.d/init.d/sshd &lt;&lt; "EOF"</command>
    2222#!/bin/sh
    2323# Begin $rc_base/init.d/sshd
     
    6262
    6363# End $rc_base/init.d/sshd
    64 <userinput>EOF
    65 chmod 755 /etc/rc.d/init.d/sshd</userinput></screen></para>
     64<command>EOF
     65chmod 755 /etc/rc.d/init.d/sshd</command></userinput></screen></para>
    6666
    6767<para>Create the symbolic links to this file in the relevant <filename
    6868class="directory">rc.d</filename> directories with the following commands:
    69 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     69<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7070ln -sf ../init.d/sshd ../rc0.d/K30sshd &amp;&amp;
    7171ln -sf ../init.d/sshd ../rc1.d/K30sshd &amp;&amp;
     
    7474ln -sf ../init.d/sshd ../rc4.d/S30sshd &amp;&amp;
    7575ln -sf ../init.d/sshd ../rc5.d/S30sshd &amp;&amp;
    76 ln -sf ../init.d/sshd ../rc6.d/K30sshd</userinput></screen></para>
     76ln -sf ../init.d/sshd ../rc6.d/K30sshd</command></userinput></screen></para>
    7777
    7878</sect3>
  • server/other/openssh/openssh-desc.xml

    r975d5331 r5842069  
    22<title>Contents</title>
    33
    4 <para>The OpenSSH package contains <userinput>ssh</userinput>,
    5 <userinput>sshd</userinput>, <userinput>ssh-agent</userinput>,
    6 <userinput>ssh-add</userinput>, <userinput>sftp</userinput>,
    7 <userinput>scp</userinput>, <userinput>ssh-keygen</userinput>,
    8 <userinput>sftp-server</userinput> and
    9 <userinput>ssh-keyscan</userinput>.</para>
     4<para>The <application>OpenSSH</application> package contains <command>ssh</command>,
     5<command>sshd</command>, <command>ssh-agent</command>,
     6<command>ssh-add</command>, <command>sftp</command>,
     7<command>scp</command>, <command>ssh-keygen</command>,
     8<command>sftp-server</command> and
     9<command>ssh-keyscan</command>.</para>
    1010
    1111</sect2>
  • server/other/openssh/openssh-exp.xml

    r975d5331 r5842069  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfigdir=/etc/ssh</userinput> : This prevents the
     4<para><command>--sysconfigdir=/etc/ssh</command> : This prevents the
    55configuration files from going to <filename>/usr/etc</filename>.</para>
    66
    7 <para><userinput>--with-md5-passwords</userinput> : This is required
     7<para><command>--with-md5-passwords</command> : This is required
    88if you made the changes recommended by the shadowpasswd_plus lfs hint on
    99your ssh server when you installed the Shadow Password Suite or if you
     
    1111md5. </para>
    1212
    13 <para><userinput>--libexecdir=/usr/sbin</userinput> : OpenSSH puts
     13<para><command>--libexecdir=/usr/sbin</command> :
     14<application>OpenSSH</application> puts
    1415programs called by programs in <filename class="directory">/usr/libexec</filename>.  sftp-server is a sshd
    1516utility and ssh-askpass is a ssh-add utility that is installed as a
  • server/other/openssh/openssh-inst.xml

    r975d5331 r5842069  
    11<sect2>
    2 <title>Installation of OpenSSH</title>
     2<title>Installation of <application>OpenSSH</application></title>
    33
    4 <para>OpenSSH runs as two processes when connecting to other
     4<para><application>OpenSSH</application> runs as two processes when connecting to other
    55computers. The first process is a priviledged process and controls the
    66issuance of privileges as necessary. The second process communicates
     
    99commands:</para>
    1010
    11 <para><screen><userinput>mkdir /var/empty &amp;&amp;
     11<para><screen><userinput><command>mkdir /var/empty &amp;&amp;
    1212chown root:sys /var/empty &amp;&amp;
    1313groupadd sshd &amp;&amp;
    14 useradd -g sshd sshd</userinput></screen></para>
     14useradd -g sshd sshd</command></userinput></screen></para>
    1515
    1616<para>Install OpenSSH by running the following commands:</para>
    1717
    18 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/ssh \
     18<para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/ssh \
    1919&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --with-md5-passwords &amp;&amp;
    2020make &amp;&amp;
    21 make install </userinput></screen></para>
     21make install </command></userinput></screen></para>
    2222
    2323</sect2>
  • server/other/openssh/openssh-intro.xml

    r975d5331 r5842069  
    22<title>Introduction to OpenSSH</title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&openssh-download-http;"/>
    5 Download location (FTP):        <ulink url="&openssh-download-ftp;"/>
    6 Version used:                   &openssh-version;
    7 Package size:                   &openssh-size;
    8 Estimated Disk space required:  &openssh-buildsize;</screen>
    9 
    10 <para>The OpenSSH package contains ssh clients and the sshd daemon.  This is
     4<para>The <application>OpenSSH</application> package contains ssh clients and the sshd daemon.
     5This is
    116useful for encrypting all traffic over a network.</para>
    127
    13 <screen>OpenSSH depends on:
    14 <xref linkend="openssl"/>
    15 OpenSSH will utilize:
    16 X11-ssh-askpass and <xref linkend="Linux_PAM"/></screen>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&openssh-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&openssh-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &openssh-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &openssh-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &openssh-time;</para></listitem></itemizedlist>
     15</sect3>
     16
     17<sect3><title><application>OpenSSH</application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="openssl"/></para></sect4>
     20<sect4><title>Optional</title>
     21<para>X11-ssh-askpass and <xref linkend="Linux_PAM"/></para></sect4>
     22</sect3>
    1723
    1824</sect2>
  • server/other/openssh/openssh.ent

    r975d5331 r5842069  
    66<!ENTITY openssh-config SYSTEM "openssh-config.xml">
    77<!ENTITY openssh-buildsize "8.3 MB">
    8 <!ENTITY openssh-version "3.6.1p1">
    9 <!ENTITY openssh-download-http "http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-3.6.1p1.tar.gz">
    10 <!ENTITY openssh-download-ftp "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.6.1p1.tar.gz">
    11 <!ENTITY openssh-size "855 KB">
     8<!ENTITY openssh-version "3.6.1p2">
     9<!ENTITY openssh-download-http "http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-3.6.1p2.tar.gz">
     10<!ENTITY openssh-download-ftp "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.6.1p2.tar.gz">
     11<!ENTITY openssh-size "864 KB">
    1212<!ENTITY openssh-time "0.71">
Note: See TracChangeset for help on using the changeset viewer.