diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-29 15:00:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 15:00:45 +0200 |
| commit | 54cbc73031cad7d13b19c59a29979a077fc94425 (patch) | |
| tree | 9f8b222857096c3cd8fedf16707f65fbe2061fc5 /docs | |
| parent | df01f6fc27049d8d791f09e6bd04ab9dc5074a7c (diff) | |
Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index db5803b6a..ed63c4cdf 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -166,12 +166,14 @@ ssh -i $IMAGE/stretch.id_rsa -p 10021 -o "StrictHostKeyChecking no" root@localho If this fails with "too many tries", ssh may be passing default keys before the one explicitly passed with `-i`. Append option `-o "IdentitiesOnly yes"`. -To kill the running QEMU instance: +To kill the running QEMU instance press `Ctrl+A` and then `X` or run: ``` bash kill $(cat vm.pid) ``` +If QEMU works, the kernel boots and ssh succeeds, you can try to run syzkaller. + ## syzkaller Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller). |
