From: Scott Rifenbark Date: Mon, 13 Aug 2012 15:15:07 +0000 (-0700) Subject: documentation/dev-manual: modified SSH server discussion for QEMU Images X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eea510cfd3ad31ae74727873cc6d27bb273c4040;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/dev-manual: modified SSH server discussion for QEMU Images 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 (From yocto-docs rev: a173d8cb05ee695b02188a037ee047db016c6a67) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b8708ff19f2..018bc521996 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -580,6 +580,7 @@ By default, the core-image-sato image is configured to use Dropbear. The core-image-basic and core-image-lsb images both include OpenSSH. + The core-image-minimal image does not contain an SSH server. To change these defaults, edit the IMAGE_FEATURES variable so that it sets the image you are working with to include ssh-server-dropbear or ssh-server-openssh. diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index a004004ed23..989437c6c03 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -360,11 +360,16 @@ 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. - The QEMU images have a Dropbear secure shell (ssh) server - that runs with the root password disabled. - This allows you to use standard ssh and - scp commands. - The QEMU images also contain an embedded Network File + SSH servers exist in some QEMU images. + The core-image-sato QEMU image has a Dropbear secure + shell (ssh) server that runs with the root password disabled. + The core-image-basic and core-image-lsb QEMU images + have OpenSSH instead of Dropbear. + Including these SSH servers allow you to use standard ssh and + scp commands. + The core-image-minimal QEMU image, however, contains no ssh + server. + 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.