From eea510cfd3ad31ae74727873cc6d27bb273c4040 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 13 Aug 2012 08:15:07 -0700 Subject: 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 --- documentation/dev-manual/dev-manual-common-tasks.xml | 1 + documentation/dev-manual/dev-manual-start.xml | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b8708ff19f..018bc52199 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 a004004ed2..989437c6c0 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. -- cgit v1.2.3-54-g00ecf