diff options
| author | Itaru Kitayama <itaru.kitayama@gmail.com> | 2022-04-15 18:47:32 +0900 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-04-15 12:22:44 +0200 |
| commit | 8bcc32a67bc7180173447e1a78c03dae096b4231 (patch) | |
| tree | 8a34d81c42839764265ff5410e59035fe28b3268 /docs | |
| parent | b17b2923e60fea9f22c4a2161742e16f41b84980 (diff) | |
docs/linux: fix trivial typing typo ida_rsa -> id_rsa
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index e00b86ce4..b47d90ba2 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -149,7 +149,7 @@ A sample config file that exercises the required options are shown below. Modify "kernel_obj": "/path/to/linux/build/dir", "syzkaller": "/path/to/syzkaller/arm64/", "image": "/path/to/rootfs.ext3", - "sshkey": "/path/to/ida_rsa", + "sshkey": "/path/to/id_rsa", "procs": 8, "type": "qemu", "vm": { |
