]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual: modified SSH server discussion for QEMU Images
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 13 Aug 2012 15:15:07 +0000 (08:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Aug 2012 08:34:57 +0000 (09:34 +0100)
Two areas of the manual updated to reflect the fact that not all
QEMU images have an SSH server in them.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: a173d8cb05ee695b02188a037ee047db016c6a67)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-common-tasks.xml
documentation/dev-manual/dev-manual-start.xml

index b8708ff19f2b22d81d8f9b92cfc364ae93e7ba2c..018bc5219962edd3eaad93ac9146760e075bec59 100644 (file)
                 By default, the <filename>core-image-sato</filename> image is configured to use Dropbear.
                 The <filename>core-image-basic</filename> and <filename>core-image-lsb</filename>
                 images both include OpenSSH.
+                The <filename>core-image-minimal</filename> image does not contain an SSH server.
                 To change these defaults, edit the <filename>IMAGE_FEATURES</filename> variable
                 so that it sets the image you are working with to include 
                 <filename>ssh-server-dropbear</filename> or <filename>ssh-server-openssh</filename>.
index a004004ed230d99908692d619d6326cbad1cca69..989437c6c0353ece4ce7657e05c59974454e5227 100644 (file)
                 If so, you can configure the operating system of the running image
                 to use that port to run a console. 
                 The connection uses standard IP networking.</para></listitem>
-            <listitem><para>The QEMU images have a Dropbear secure shell (ssh) server 
-                that runs with the root password disabled.
-                This allows you to use standard <filename>ssh</filename> and 
-                <filename>scp</filename> commands.</para></listitem>
-            <listitem><para>The QEMU images also contain an embedded Network File
+            <listitem><para>SSH servers exist in some QEMU images.
+                The <filename>core-image-sato</filename> QEMU image has a Dropbear secure 
+                shell (ssh) server that runs with the root password disabled.
+                The <filename>core-image-basic</filename> and <filename>core-image-lsb</filename> QEMU images 
+                have OpenSSH instead of Dropbear.
+                Including these SSH servers allow you to use standard <filename>ssh</filename> and 
+                <filename>scp</filename> commands.
+                The <filename>core-image-minimal</filename> QEMU image, however, contains no ssh 
+                server.</para></listitem>
+            <listitem><para>The QEMU images also can be contain an embedded Network File
                 System (NFS) server that exports the image's root filesystem.
                 This allows you to make the filesystem available to the 
                 host.</para></listitem>