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.