Changeset df7d6378


Ignore:
Timestamp:
10/15/2004 07:05:18 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
402131a2
Parents:
5091d1a
Message:

Updated to OpenSSH-3.9p1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5091d1a rdf7d6378  
    163163<!-- Chapter 18 -->               
    164164<!ENTITY ncftp-version                "3.1.7">
    165 <!ENTITY openssh-version              "3.8.1p1">
     165<!ENTITY openssh-version              "3.9p1">
    166166<!ENTITY rsync-version                "2.6.2">
    167167<!ENTITY cvs-version                  "1.11.17"> 
  • introduction/welcome/changelog.xml

    r5091d1a rdf7d6378  
    2424
    2525<listitem><para>October 15th, 2004 [randy]: Updated to
    26 GMP-4.1.4.</para></listitem>
     26GMP-4.1.4 and OpenSSH-3.9p1.</para></listitem>
    2727
    2828<listitem><para>October 15th, 2004 [randy]: Updated to
  • server/other/openssh.xml

    r5091d1a rdf7d6378  
    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-size "799 KB">
    10 <!ENTITY openssh-buildsize "37 MB">
    11 <!ENTITY openssh-time "0.49 SBU">
    12 
     9<!ENTITY openssh-size "854 KB">
     10<!ENTITY openssh-buildsize "13.3 MB">
     11<!ENTITY openssh-time "0.40 SBU">
    1312]>
    1413
     
    2221
    2322<sect2>
    24 <title>Introduction to <application>Open<acronym>SSH</acronym></application></title>
     23<title>Introduction to
     24<application>Open<acronym>SSH</acronym></application></title>
    2525
    2626<para>The <application>Open<acronym>SSH</acronym></application> package
    27 contains <command>ssh</command> clients and the <command>sshd</command> daemon.
    28 This is useful for encrypting authentication and subsequent traffic over a network.</para>
     27contains <command>ssh</command> clients and the <command>sshd</command> daemon.
     28This is useful for encrypting authentication and subsequent traffic over a
     29network.</para>
    2930
    3031<sect3><title>Package information</title>
     
    3738</sect3>
    3839
    39 <sect3><title><application>Open<acronym>SSH</acronym></application> dependencies</title>
     40<sect3><title><application>Open<acronym>SSH</acronym></application>
     41dependencies</title>
    4042<sect4><title>Required</title>
    41 <para><xref linkend="openssl"/></para></sect4>
     43<para><xref linkend="openssl"/></para>
     44</sect4>
    4245<sect4><title>Optional</title>
    43 <para>
    44 <xref linkend="Linux_PAM"/>,
    45 <xref linkend="tcpwrappers"/>,
    46 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    47 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, and
     46<para><xref linkend="Linux_PAM"/>,
     47<xref linkend="tcpwrappers"/>,
     48X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     49<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     50<xref linkend="j2sdk"/>,
     51<xref linkend="net-tools"/> and
    4852<ulink url="http://www.opensc.org/">OpenSC</ulink>
    4953</para></sect4>
     
    5357
    5458<sect2>
    55 <title>Installation of <application>Open<acronym>SSH</acronym></application></title>
     59<title>Installation of
     60<application>Open<acronym>SSH</acronym></application></title>
    5661
    5762<para><application>Open<acronym>SSH</acronym></application> runs as two
    58 processes when connecting to other
    59 computers. The first process is a privileged process and controls the
    60 issuance of privileges as necessary. The second process communicates
    61 with the network. Additional installation steps are necessary to set up
    62 the proper environment which are performed by the following
    63 commands:</para>
     63processes when connecting to other computers. The first process is a
     64privileged process and controls the issuance of privileges as necessary.
     65The second process communicates with the network. Additional installation
     66steps are necessary to set up the proper environment, which are performed
     67by the following commands:</para>
    6468
    6569<screen><userinput><command>mkdir /var/empty &amp;&amp;
     
    7175linked <application>OpenSSL</application> libraries. If you recompile
    7276<application>OpenSSL</application>, <application>OpenSSH</application> may
    73 fail to startup. An alternative is to link against the static <application>OpenSSL</application>
    74 library. To link against the static library, execute the following command:</para>
     77fail to startup. An alternative is to link against the static
     78<application>OpenSSL</application> library. To link against the static
     79library, execute the following command:</para>
    7580
    7681<screen><userinput><command>sed -i "s:-lcrypto:/usr/lib/libcrypto.a:g" configure</command></userinput></screen>
     
    9095
    9196<para><parameter>--sysconfdir=/etc/ssh</parameter>: This prevents the
    92 configuration files from going to <filename class="directory">/usr/etc</filename>.</para>
     97configuration files from going to
     98<filename class="directory">/usr/etc</filename>.</para>
    9399
    94100<para><parameter>--with-md5-passwords</parameter>: This is required
     
    100106
    101107<para><parameter>--libexecdir=/usr/sbin</parameter>:
    102 <application>Open<acronym>SSH</acronym></application> installs
    103 programs called by programs in <filename class="directory">/usr/libexec</filename>.
     108<application>Open<acronym>SSH</acronym></application> installs programs called
     109by programs in <filename class="directory">/usr/libexec</filename>.
    104110<command>sftp-server</command> is a <command>sshd</command>
    105111utility and <command>ssh-askpass</command> is a <command>ssh-add</command>
    106 utility that is installed as a link to <command>X11-ssh-askpass</command>.  
     112utility that is installed as a link to <command>X11-ssh-askpass</command>.
    107113Both of these should go in <filename class="directory">/usr/sbin</filename>
    108114not <filename class="directory">/usr/libexec</filename>.</para>
     
    115121<sect3><title>Config files</title>
    116122
    117 <para><filename>/etc/ssh/ssh_config</filename>,
     123<para><filename>/etc/ssh/ssh_config</filename> and
    118124<filename>/etc/ssh/sshd_config </filename></para>
    119 <para>There are no required changes in either of these files.  However
     125
     126<para>There are no required changes to either of these files. However, 
    120127you may wish to view them to make changes for appropriate security to
    121128your system. Configuration information can be found in the man pages for
    122 <command>sshd</command>, <command>ssh</command> and <command>ssh-agent
    123 </command></para>
     129<command>sshd</command>, <command>ssh</command> and
     130<command>ssh-agent</command></para>
    124131</sect3>
    125132
    126133<sect3><title>sshd init.d script</title>
    127134
    128 <para>To start the SSH Server at boot, install the <filename>/etc/rc.d/init.d/sshd</filename>
    129 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    130                                                                                                                
     135<para>To start the <acronym>SSH</acronym> server at system boot, install the
     136<filename>/etc/rc.d/init.d/sshd</filename> init script included in the
     137<xref linkend="intro-important-bootscripts"/> package.</para>
     138
    131139<screen><userinput><command>make install-sshd</command></userinput></screen>
    132140
     
    138146<title>Contents</title>
    139147
    140 <para>The <application>Open<acronym>SSH</acronym></application> package contains <command>ssh</command>,
    141 <command>sshd</command>, <command>ssh-agent</command>,
    142 <command>ssh-add</command>, <command>sftp</command>,
    143 <command>scp</command>, <command>ssh-keygen</command>,
    144 <command>sftp-server</command> and
     148<para>The <application>Open<acronym>SSH</acronym></application> package
     149contains <command>ssh</command>, <command>sshd</command>,
     150<command>ssh-agent</command>, <command>ssh-add</command>,
     151<command>sftp</command>, <command>scp</command>,
     152<command>ssh-keygen</command>, <command>sftp-server</command> and
    145153<command>ssh-keyscan</command>.</para>
    146154
     
    150158
    151159<sect3><title>ssh</title>
    152 <para>The basic rlogin/rsh-like client program.</para></sect3>
     160<para>The basic <command>rlogin</command>/<command>rsh</command>-like
     161client program.</para></sect3>
    153162
    154163<sect3><title>sshd</title>
    155 <para>The daemon that listens for ssh login requests.</para></sect3>
     164<para>The daemon that listens for <command>ssh</command> login
     165requests.</para></sect3>
    156166
    157167<sect3><title>ssh-agent</title>
     
    166176
    167177<sect3><title>scp</title>
    168 <para>File copy program that acts like rcp.</para></sect3>
     178<para>File copy program that acts like <command>rcp</command>.</para></sect3>
    169179
    170180<sect3><title>ssh-keygen</title>
     
    175185
    176186<sect3><title>ssh-keyscan</title>
    177 <para>Utility for gathering public host keys from a number of hosts.</para></sect3>
     187<para>Utility for gathering public host keys from a number of
     188hosts.</para></sect3>
    178189
    179190</sect2>
Note: See TracChangeset for help on using the changeset viewer.