source: clfs-embedded/BOOK/beyond-clfs3/common/dropbear.xml @ 3bb8e6a

Last change on this file since 3bb8e6a was 3bb8e6a, checked in by Maarten Lankhorst <m.b.lankhorst@…>, 17 years ago

Adding dropbear SSH package to bclfs3

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-bclfs-dropbear" role="wrap">
9  <?dbhtml filename="dropbear.html"?>
10
11  <title>Dropbear-&dropbear-version;</title>
12
13  <indexterm zone="ch-bclfs-dropbear">
14    <primary sortas="a-Dropbear">Dropbear</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>Dropbear is a relatively small SSH 2 server and client. Dropbear has a small
21     memory footprint suitable for memory-constrained environments, while still having
22     the same features as OpenSSH. It does not depend on OpenSSL and it has a MIT
23     style license. Optionally it can even be made smaller.
24     </para>
25
26  </sect2>
27
28  <sect2 role="installation">
29    <title>Installation of Dropbear</title>
30
31    <para os="a">Configure dropbear:</para>
32
33<screen os="b"><userinput>./configure --prefix=/usr CC="${CLFS_TARGET}-gcc" RANLIB="${CLFS_TARGET}-ranlib" AR="${CLFS_TARGET}-ar" STRIP="${CLFS_TARGET}-strip"</userinput></screen>
34
35    <note os="c">
36      <para>We are just telling dropbear to use the default configuration.
37      For those for more adventureous, edit options.h to further configure dropbear.</para>
38    </note>
39
40    <para os="d">Compile the package:</para>
41
42<screen os="e"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"</userinput></screen>
43
44    <para os="f">Install the package:</para>
45
46<screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=$CLFS/</userinput></screen>
47
48  </sect2>
49
50  <sect2 id="contents-dropbear" role="content">
51    <title>Contents of Dropbear</title>
52
53    <segmentedlist>
54      <segtitle>Installed programs</segtitle>
55
56      <seglistitem>
57        <seg>To be Written</seg>
58      </seglistitem>
59    </segmentedlist>
60
61  </sect2>
62
63</sect1>
Note: See TracBrowser for help on using the repository browser.