summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/qemu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/qemu.rst')
-rw-r--r--documentation/dev-manual/qemu.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
index f7366938dd..88a63c1808 100644
--- a/documentation/dev-manual/qemu.rst
+++ b/documentation/dev-manual/qemu.rst
@@ -275,7 +275,7 @@ present, the toolchain is also automatically used.
275 275
276.. note:: 276.. note::
277 277
278 Several mechanisms exist that let you connect to the system running 278 There are several mechanisms to connect to the system running
279 on the QEMU emulator: 279 on the QEMU emulator:
280 280
281 - QEMU provides a framebuffer interface that makes standard consoles 281 - QEMU provides a framebuffer interface that makes standard consoles
@@ -286,7 +286,7 @@ present, the toolchain is also automatically used.
286 that port to run a console. The connection uses standard IP 286 that port to run a console. The connection uses standard IP
287 networking. 287 networking.
288 288
289 - SSH servers exist in some QEMU images. The ``core-image-sato`` 289 - SSH servers are available in some QEMU images. The ``core-image-sato``
290 QEMU image has a Dropbear secure shell (SSH) server that runs with 290 QEMU image has a Dropbear secure shell (SSH) server that runs with
291 the root password disabled. The ``core-image-full-cmdline`` and 291 the root password disabled. The ``core-image-full-cmdline`` and
292 ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear. 292 ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear.