Changeset 1708d1e9 for server/other


Ignore:
Timestamp:
09/23/2003 10:37:29 PM (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:
19234f1
Parents:
95079c36
Message:

update openssh

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

Location:
server/other
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • server/other/openssh.xml

    r95079c36 r1708d1e9  
    1 <sect1 id="openssh" xreflabel="openssh-&openssh-version;">
     1<sect1 id="openssh" xreflabel="OpenSSH-&openssh-version;">
    22<?dbhtml filename="openssh.html" dir="server"?>
    33<title>OpenSSH-&openssh-version;</title>
  • server/other/openssh/openssh-config.xml

    r95079c36 r1708d1e9  
    11<sect2>
    2 <title>Configuring <application>OpenSSH</application></title>
     2<title>Configuring <application>Open<acronym>SSH</acronym></application></title>
    33
    44<sect3><title>Config files</title>
     
    88<para>There are no required changes in either of these files.  However
    99you may wish to view them to make changes for appropriate security to
    10 your system. Configuration information can be found in the man pages for sshd, ssh and ssh-agent</para>
     10your system. Configuration information can be found in the man pages for
     11<command>sshd</command>, <command>ssh</command> and <command>ssh-agent
     12</command></para>
    1113</sect3>
    1214
    1315<sect3><title>sshd init.d script</title>
    1416
    15 <para>Note that you only want to start the sshd server if you want to be
    16 able to ssh <emphasis>into</emphasis> your machine.  The ssh client
    17 doesn't need this script to be used.  Having said that, if you want to
    18 run the ssh daemon, the sshd init.d script can be created using the following
     17<para>Note that you only want to start the <command>sshd</command> server if
     18you want to be able to <command>ssh</command> <emphasis>into</emphasis> your
     19machine.  The <command>ssh</command> client doesn't need this script to be
     20used.  Having said that, if you want to run the <command>ssh</command> daemon,
     21the <command>sshd</command> init.d script can be created using the following
    1922commands:</para>
    2023
    21 <para><screen><userinput><command>cat &gt; /etc/rc.d/init.d/sshd &lt;&lt; "EOF"</command>
     24<screen><userinput><command>cat &gt; /etc/rc.d/init.d/sshd &lt;&lt; "EOF"</command>
    2225#!/bin/sh
    2326# Begin $rc_base/init.d/sshd
     
    6366# End $rc_base/init.d/sshd
    6467<command>EOF
    65 chmod 755 /etc/rc.d/init.d/sshd</command></userinput></screen></para>
     68chmod 755 /etc/rc.d/init.d/sshd</command></userinput></screen>
    6669
    6770<para>Create the symbolic links to this file in the relevant <filename
    68 class="directory">rc.d</filename> directories with the following commands:
     71class="directory">rc.d</filename> directories with the following
     72commands:</para>
    6973<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7074ln -sf ../init.d/sshd ../rc0.d/K30sshd &amp;&amp;
     
    7478ln -sf ../init.d/sshd ../rc4.d/S30sshd &amp;&amp;
    7579ln -sf ../init.d/sshd ../rc5.d/S30sshd &amp;&amp;
    76 ln -sf ../init.d/sshd ../rc6.d/K30sshd</command></userinput></screen></para>
     80ln -sf ../init.d/sshd ../rc6.d/K30sshd</command></userinput></screen>
    7781
    7882</sect3>
  • server/other/openssh/openssh-desc.xml

    r95079c36 r1708d1e9  
    22<title>Contents</title>
    33
    4 <para>The <application>OpenSSH</application> package contains <command>ssh</command>,
     4<para>The <application>Open<acronym>SSH</acronym></application> package contains <command>ssh</command>,
    55<command>sshd</command>, <command>ssh-agent</command>,
    66<command>ssh-add</command>, <command>sftp</command>,
     
    2323
    2424<sect3><title>ssh-add</title>
    25 <para>Tool which adds keys to the ssh-agent.</para></sect3>
     25<para>Tool which adds keys to the <command>ssh-agent</command>.</para></sect3>
    2626
    2727<sect3><title>sftp</title>
    28 <para>FTP-like program that works over SSH1 and SSH2 protocol.</para></sect3>
     28<para><acronym>FTP</acronym>-like program that works over
     29<acronym>SSH</acronym>1 and <acronym>SSH</acronym>2 protocol.</para></sect3>
    2930
    3031<sect3><title>scp</title>
     
    3536
    3637<sect3><title>sftp-server</title>
    37 <para>SFTP server subsystem.</para></sect3>
     38<para><acronym>SFTP</acronym> server subsystem.</para></sect3>
    3839
    3940<sect3><title>ssh-keyscan</title>
  • server/other/openssh/openssh-exp.xml

    r95079c36 r1708d1e9  
    77<para><command>--with-md5-passwords</command> : This is required
    88if you made the changes recommended by the shadowpasswd_plus lfs hint on
    9 your ssh server when you installed the Shadow Password Suite or if you
    10 access a ssh server that authenticates by user passwords encrypted with
    11 md5. </para>
     9your <acronym>SSH</acronym> server when you installed the Shadow Password
     10Suite or if you access a <acronym>SSH</acronym> server that authenticates by
     11user passwords encrypted with md5. </para>
    1212
    1313<para><command>--libexecdir=/usr/sbin</command> :
    14 <application>OpenSSH</application> puts
    15 programs called by programs in <filename class="directory">/usr/libexec</filename>.  sftp-server is a sshd
    16 utility and ssh-askpass is a ssh-add utility that is installed as a
    17 link to X11-ssh-askpass.  Both of these should go in <filename
    18 class="directory">/usr/sbin</filename> not <filename
    19 class="directory">/usr/libexec</filename>.</para>
     14<application>Open<acronym>SSH</acronym></application> puts
     15programs called by programs in <filename class="directory">/usr/libexec
     16</filename>.  <command>sftp-server</command> is a <command>sshd</command>
     17utility and <command>ssh-askpass</command> is a <command>ssh-add</command>
     18utility that is installed as a link to <command>X11-ssh-askpass</command>. 
     19Both of these should go in <filename class="directory">/usr/sbin</filename>
     20not <filename class="directory">/usr/libexec</filename>.</para>
    2021
    2122
  • server/other/openssh/openssh-inst.xml

    r95079c36 r1708d1e9  
    11<sect2>
    2 <title>Installation of <application>OpenSSH</application></title>
     2<title>Installation of <application>Open<acronym>SSH</acronym></application></title>
    33
    4 <para><application>OpenSSH</application> runs as two processes when connecting to other
     4<para><application>Open<acronym>SSH</acronym></application> runs as two
     5processes when connecting to other
    56computers. The first process is a priviledged process and controls the
    67issuance of privileges as necessary. The second process communicates
     
    1415useradd -c 'sshd privsep' -d /var/empty -g sshd -s /bin/false sshd</command></userinput></screen>
    1516
    16 <para>Install OpenSSH by running the following commands:</para>
     17<para>Install <application>Open<acronym>SSH</acronym></application> by running
     18the following commands:</para>
    1719
    1820<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/ssh \
  • server/other/openssh/openssh-intro.xml

    r95079c36 r1708d1e9  
    11<sect2>
    2 <title>Introduction to OpenSSH</title>
     2<title>Introduction to <application>Open<acronym>SSH</acronym></application></title>
    33
    4 <para>The <application>OpenSSH</application> package contains ssh clients and the sshd daemon.
    5 This is
    6 useful for encrypting all traffic over a network.</para>
     4<para>The <application>Open<acronym>SSH</acronym></application> package
     5contains <command>ssh</command> clients and the <command>sshd</command> daemon.
     6This is useful for encrypting all traffic over a network.</para>
    77
    88<sect3><title>Package information</title>
     
    1515</sect3>
    1616
    17 <sect3><title><application>OpenSSH</application> dependencies</title>
     17<sect3><title><application>Open<acronym>SSH</acronym></application> dependencies</title>
    1818<sect4><title>Required</title>
    1919<para><xref linkend="openssl"/></para></sect4>
Note: See TracChangeset for help on using the changeset viewer.