website diff en/doc/handbook/secure-server.html @ rev 149

en: Add Xvesa Terminal to Hdbk
author Paul Issott <paul@slitaz.org>
date Sat Aug 30 18:04:04 2008 +0000 (2008-08-30)
parents f0c0c73578c0
children 1aee368acd7c
line diff
     1.1 --- a/en/doc/handbook/secure-server.html	Sat Jun 14 14:48:17 2008 +0000
     1.2 +++ b/en/doc/handbook/secure-server.html	Sat Aug 30 18:04:04 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="slitaz English handbook" />
     1.6      <meta name="expires" content="never" />
     1.7 -    <meta name="modified" content="2008-02-26 18:30:00" />
     1.8 +    <meta name="modified" content="2008-07-18 05:30:00" />
     1.9      <meta name="publisher" content="www.slitaz.org" />
    1.10      <meta name="author" content="Christophe Lincoln" />
    1.11      <link rel="shortcut icon" href="favicon.ico" />
    1.12 @@ -32,9 +32,9 @@
    1.13  
    1.14  <ul>
    1.15      <li><a href="#about">About Dropbear.</a></li>
    1.16 -    <li><a href="#dbclient">Connecting to a remote host.</a> - (dbclient).</li>
    1.17 +    <li><a href="#dbclient">Connecting to a remote host</a> - (dbclient).</li>
    1.18      <li><a href="#scp">Transfer files</a> - (scp).</li>
    1.19 -    <li><a href="#dropbearkey">Generate keys rsa/dss.</a> - (dropbearkey).</li>
    1.20 +    <li><a href="#dropbearkey">Generate keys rsa/dss</a> - (dropbearkey).</li>
    1.21      <li><a href="#start-stop-restart">Start, stop, restart SSH server.</a></li>
    1.22  </ul>
    1.23  
    1.24 @@ -42,7 +42,7 @@
    1.25  <h3>About Dropbear</h3>
    1.26  <p>
    1.27  Control and administer remotely with the Dropbear SSH secure server. Dropbear is a small SSH client/server
    1.28 -supporting SSH 2, it's compatible with OpenSSH and uses ~/.ssh/authorized_keys for the management of public keys.
    1.29 +supporting SSH 2. It's compatible with OpenSSH and uses ~/.ssh/authorized_keys for the management of public keys.
    1.30  Dropbear also provides it's own version of <code>scp</code>, allowing you to copy files
    1.31  between machines in a secure manner.
    1.32  </p>
    1.33 @@ -87,8 +87,8 @@
    1.34  <a name="dropbearkey"></a>
    1.35  <h3>Generate rsa/dss keys with dropbearkey</h3>
    1.36  <p>
    1.37 -Dropbear provides <code>dropbearkey</code> to generate the protected keys rsa
    1.38 -and dss. Note that when you start the server for the first time, secure keys will be 
    1.39 +Dropbear provides <code>dropbearkey</code> to generate the protected rsa and
    1.40 +dss keys. Note that when you start the server for the first time, secure keys will be 
    1.41  automatically generated if they don't already exist. You can use <code>dropbearkey</code> with 
    1.42  the following argurments:
    1.43  </p>
    1.44 @@ -99,9 +99,9 @@
    1.45  <a name="start-stop-restart"></a>
    1.46  <h3>Start, stop, restart the SSH server</h3>
    1.47  <p>
    1.48 -By default SliTaz will not start the SSH server at boot, to be launched automatically <code>dropbear</code> 
    1.49 +By default SliTaz will not start the SSH server at boot. To be launched automatically, <code>dropbear</code> 
    1.50  must be added to the variable RUN_DAEMONS in the <code>/etc/rcS.conf</code> file. To start, stop or restart
    1.51 -the SSH server; use the following commands: <code>/etc/init.d/dropbear [start|stop|restart]</code>.
    1.52 +the SSH server, use the following commands: <code>/etc/init.d/dropbear [start|stop|restart]</code>.
    1.53  Example to start the server:
    1.54  </p>
    1.55  <pre> # /etc/init.d/dropbear start